-
Notifications
You must be signed in to change notification settings - Fork 47k
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
Bug: Error loading source maps for devtools extension #20075
Comments
This comment has been minimized.
This comment has been minimized.
I have the same warning in React^17.0.0 too |
Sorry about the hassle here. I'm not sure why Chrome is showing this warning, as the source map URLs are correct. If anyone would like to dig into this, I'd welcome the help. |
@hqwuzhaoyi Your comment does not seem related to this thread. If you're seeing a problem with a component's props loading, please file a separate issue with repro instructions. |
Looks like a potentially related CR bug from back in February: https://bugs.chromium.org/p/chromium/issues/detail?id=1052872 |
A simple fix for this might be to revert the changes from #19773 to files within |
Still having this issue. It looks like my React DevTools extension is still on version 4.9.0. How do I get the version with the fix that was merged above? Removing and re-adding the extension didn't work. Sorry for the rookie question, but I'm sure others will be landing here with the same question. |
The fix has not been released. You're running the latest DevTools. Once this fix gets releasd, Chrome will update you. |
Oh, I see. Thank you! |
I don't know if is of any help for fixing the bug, but anyhow sharing my experience, some of the messages did not appear anymore in Chrome after I right-clicked the React Dev Tool extension icon in the toolbar, clicked "manage extension" (I'm freely translating menu text here since my browser language is in Brazilian Portuguese), and then enabled "Allow access to files URLs." |
This unfortunately doesn't work for me.
Console still polluted by:
|
As I said above, the fix for this has not been released yet. Releasing DevTools takes a decent amount of time and I haven't had the time to publish an update yet. |
be patient guys |
Version 4.10 has been published to NPM and posted to Chrome/Firefox/Edge stores. Chrome usually takes a while to approve (hours, sometimes days). |
React version: 16.x.x
Steps To Reproduce
Looks to be related to #19773
Link to code example:
The current behavior
Console logs about failure to load source maps
The expected behavior
No console logs because of the extension
The text was updated successfully, but these errors were encountered: