You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe I'm experiencing an issue similar to #251. Using the latest version of create-react-app and react-snap, none of the JS on the page seems to work.
Similarly to #251, the JS appears to be bundled and chunked correctly, and is referenced in a script tag in the page. Tested on both Ubuntu 18.04 and macOS 10.14.
I believe I'm experiencing an issue similar to #251. Using the latest version of create-react-app and react-snap, none of the JS on the page seems to work.
Versions:
react: 16.5.2
react-scripts: 2.0.4
react-snap: 1.19.0
No custom options provided to react-snap or CRA; both running straight out of the box.
Reproduction repository here; React app with simple JS actions:
https://gitlab.com/GeordieP/snap-issue-cra
Similarly to #251, the JS appears to be bundled and chunked correctly, and is referenced in a script tag in the page. Tested on both Ubuntu 18.04 and macOS 10.14.
In addition, I've got the same app built with Parcel (v1.10.1) instead of CRA & webpack, and everything seems to work correctly:
https://gitlab.com/GeordieP/snap-issue-parcel/
I'd go ahead and use Parcel, but I run into a different problem when introducing async components:
https://gitlab.com/GeordieP/snap-issue-parcel-codesplit
... but that's for a separate issue. 😉
The text was updated successfully, but these errors were encountered: