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

[frontend] Fix react-error-overlay version #289

Conversation

szakhlypa
Copy link
Collaborator

Running frontend in development mode you may encounter Uncaught ReferenceError: process is not defined. error due to a bug with react-error-overlay. This PR fixes version of react-error-overlay to 6.0.9.
See more: facebook/create-react-app#11773

Use same NodeJS version into frontend's Docker file and .tool-versions

Signed-off-by: Sergey Zakhlypa <sergey.zakhlypa@secomind.com>
react-error-overlay@6.0.10 was published with react-scripts@5.0.0 and
does not work well with react-scripts@4. So we need to fix it's version.
See more: facebook/create-react-app#11773

Signed-off-by: Sergey Zakhlypa <sergey.zakhlypa@secomind.com>
@rbino rbino merged commit 461d656 into edgehog-device-manager:main Jun 7, 2023
5 checks passed
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.

None yet

4 participants