prefresh
prefresh copied to clipboard
Stops working after first refresh
Probably an uncommon scenario in terms of how project is setup, as components are rendered into iframes. The first change reloads fine but subsequent changes nothing happens.
https://user-images.githubusercontent.com/598870/122668760-c2d3cb80-d20d-11eb-99d2-e72312bde7de.mp4
sample project for reproducing issue https://github.com/cloudkite/prefresh-example
to run project yarn && yarn start
Sorry forgot to commit my .babelrc.js file which aliases react & react-dom to preact/compat. Have updated the example repo