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

fix: Hot Reload Fails, DOM adds an additional iframe #49

Merged
merged 1 commit into from
Jun 22, 2022

Conversation

Kerwin-L
Copy link
Collaborator

@Kerwin-L Kerwin-L commented Jun 17, 2022

There is the solution from facebook/create-react-app#11880

- Change the react-script version to 4.0.3 inside package.json.
- Add this to package.json below the dependencies
- "resolutions": { "react-error-overlay": "6.0.9" },
- Install react-error-overlay v6.0.9 inside your devDependencies.
- Remove your node_modules and package-lock.json.
- Do npm install and check that works.

@Kerwin-L Kerwin-L merged commit 388e01d into feat/pointCloud Jun 22, 2022
@Kerwin-L
Copy link
Collaborator Author

🎉 This PR is included in version 1.0.0 🎉

The release is available on npm package (@latest dist-tag)

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

1 participant