Joan Font
Results
3
comments of
Joan Font
I had the same problem and I solved it just importing the entire file. When this was solved, Hot Module Reloading just broke. My `index.js` looks like this: ```js import...
@lukebarnard1 I made HSR work again. I just had to freeze `react` and `react-dom` to 15.4.2 version, and `react-scripts` version to `0.8.5`. If I installed last version of `react-scripts`, an...
@kaime ping