Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hot reloading seems broken on parcel-react-ssr example #198

Open
thomasjm opened this issue Aug 23, 2020 · 0 comments
Open

Hot reloading seems broken on parcel-react-ssr example #198

thomasjm opened this issue Aug 23, 2020 · 0 comments
Assignees

Comments

@thomasjm
Copy link

Steps to reproduce:

  1. Go to the parcel-react-ssr folder and run yarn install && yarn run dev
  2. Click the link to go to http://localhost:1234/codeSplit
  3. Try editing some text in parcel-react-ssr/app/HelloWorld2.js
  4. Result: app fails to reload, and an error appears in the browser console:
react-imported-component: no import-marks found, please check babel plugin

Hot reloading works fine on the initial, non code-split page (HelloWorld.jsx).

(Also somewhat concerningly, I couldn't get the example to run at all when installing with npm install. It would throw various errors from the dev script unless I used yarn install.)

@theKashey theKashey self-assigned this Aug 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants