Bruno Lemos
Bruno Lemos
Yes, I compared `React1 === React2` and it was `false` (React1 being from index.js and React2 being from the file using the hook). When this happens, hooks fail with the...
is this on npm somewhere?
Does anyone know how to get it to work, and how to test it locally? I am able to call `await chromium.font(fontUrl)` and get the font name as a result...
I think https://github.com/gpbl/denormalizr/pull/35 fixed it. @lingard can you try?
Found this responsive one for iphone x: https://codepen.io/dani3lsz/pen/MEZjeo Ideally all of them should be responsive :(
I'm having the same issue, but the cause is different. My `include` is correct. After some investigation, it seems to be because I'm using **symlinks** and, It every time I...
Does anyone have a working branch / instructions on how to use `react-scripts` v2 with typescript?
> @gyandeeps One of the big one is Webpack 4 upgrade, which is still pending Webpack 4 is now in `create-react-app` `next` branch
I made a related PR in the official react-scripts repo: [TypeScript support using Babel 7](https://github.com/facebook/create-react-app/pull/4837)
React Native does have a `window` object, but not a `window.addEventListener` function.