Scott Smith

Results 6 comments of Scott Smith

I've made a little helper component that I place in my `` component. ```js function FacebookPixel() { React.useEffect(() => { import("react-facebook-pixel") .then((x) => x.default) .then((ReactPixel) => { ReactPixel.init(constants.siteMeta.FacebookPixelID); ReactPixel.pageView(); Router.events.on("routeChangeComplete",...

See also this SO thread: http://stackoverflow.com/questions/12185282/android-2-3-browser-fails-to-render-some-css3-2d-transforms

That's what I thought. It seems [line 369](https://github.com/jeremyworboys/node-kit/blob/develop/lib/node-kit.js#L369) is responsible for the relative file path finding, but maybe it doesn't work for root directories. This is where my knowledge kind...

I have seen this issue as well on mobile Chrome, although not on mobile Safari.

Ditto on this! I've really come to enjoy this plugin, and I'm happy to help with any maintenance that needs to happen