-
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
Source is not showing #28544
Comments
should i need to do any change in setting to get actual source not source in bundle.js |
Hey, this is a recent change in v5.0.2 of the extension - #28471. If you want to see an actual source location of your component, your application should start shipping source maps. React DevTools will attempt to read them and will perform symbolication. Important: React DevTools won't be able to show you the path to the source file on the disk, the original data for this is now removed from React. |
How to do source maps |
@KinIcy, did you try #28544 (comment) above? |
yes, I verified my Next.js setup and it should be exposing the source maps by default. Or at least that is what the Sources tab says in Chrome: |
Similar thing is happening for CRA. Chrome shows source maps loaded but RDT is not able to access it |
if I select any component is should show source of that component but it is showing it in bundle I need source of that component
I have attached the SS check last line ,what can i do to get source, not in bundle source
The text was updated successfully, but these errors were encountered: