-
Notifications
You must be signed in to change notification settings - Fork 138
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
Uncaught TypeError: Cannot read property 'forEach' of undefined at Object.injectIntoGlobalHook #205
Comments
Suggestion:
|
@Matrixbirds This PR will download the required devtools: #210 |
Hey folks, appreciate your usage of This doesn't mean I'm ignoring you, it just means I don't have the time to catch up on 4 years of GitHub issue backlog If this issue is still impacting you on the latest release of |
Hi guys, I m using electron-devtools-installer in my electron apps.
reproduce steps:
Got Error
Uncaught TypeError: Cannot read property 'forEach' of undefined at Object.injectIntoGlobalHook
.Found many solutions about this error is indicating when using old verions react devtools, caused the conflict with react react-refresh/src/ReactFreshRuntime.js
Solutions:
We can see the userData is the folder to save the react-devtools in extensions folder.
userData
path.electron-devtools-installer
.The text was updated successfully, but these errors were encountered: