Comments (18)
[Solved] I experienced the same issue where the component and profiler tabs were missing, and I couldn't open the React DevTools. I tried reinstalling React DevTools and other extensions, but the problem persisted. Finally, I found a solution which worked for me. Simply open the developer tools (F12) and press the F1 key while in the developer tools. This will open the DevTools Settings. Navigate to the Preference tab, scroll to the bottom, and click "Restore default and reload." Now reload the chrome and open a React based site, You'll get components and profiler. thank me later.
from react.
I am also having this issue. On the latest stable chrome build 118.0.5993.70. I've followed all troubleshooting steps above, I've removed and reinstalled, restarted chrome, allowed access to file URLs. Nothing works.
from react.
Same here, Chrome Version 118.0.5993.88 (Official Build) (arm64), React Developer Extension is not working, I need the profiler, Please help. please....
i’ve been able to get the extension to work in incognito. you have to activate it in the advanced extension settings, then it shows up. it’s not a fix but it’s a workaround until we can get the issue solved.
from react.
Few possible advices here:
- Make sure you've granted access "On all sites" for the extension. As its stated in #27564
- If you have React DevTools' popup working, but its panels are not available in Chrome DevTools, try restoring Chrome DevTools settings to defaults - #27564 (comment)
from react.
anyone experience the same issue again with Chrome Version 119.0.6045.105 (Official Build) (arm64) ? Now even Incognito mode is not working. Giving up chrome, I am using other browser now, But hopefully this can be fixed in Chrome
@hocktoh89 following @hoxyq's notes, i reset the chrome dev tools settings to default and react devtools returned.
from react.
Here are some steps you can try to troubleshoot this issue:
-
Make Sure You Have a React Project: Ensure that you indeed have a React application running on localhost. React DevTools only work on applications that use React.
-
Update React DevTools: Make sure you have updated React DevTools to the latest version. Go to the Chrome Web Store, search for "React Developer Tools," and update the extension if necessary.
-
Update Chrome: Ensure that you are running the latest version of Google Chrome. Go to "chrome://settings/help" to check for updates and install them if available.
-
Disable Other Extensions: Some Chrome extensions can interfere with React DevTools and cause issues. Disable other extensions you have to see if the problem persists.
-
Try Incognito Mode: Try running your application in Chrome's incognito mode. Sometimes, unusual extensions or settings can cause issues.
-
Disable Cache: Open DevTools by right-clicking and selecting "Inspect" on your application in Chrome. Then, open the "Network" tab and check the "Disable cache" option. Refresh the page and see if React DevTools start working.
-
Check Console for Errors: Open Chrome DevTools (Ctrl + Shift + J or Cmd + Option + J on Mac), then check the "Console" tab to see if there are any errors related to React DevTools.
-
Check for Variable Name Conflicts: Ensure you are not using variables or names that clash with those used by React DevTools in your code, as this can cause conflicts.
-
Clear Cache and Cookies: Try clearing the cache and cookies for your localhost website and refresh the page.
-
Reinstall React DevTools: If none of the above steps work, you may need to try uninstalling and reinstalling React DevTools.
from react.
Can you please share a code sandbox where this can be reproduced? You can also try following the tips suggested above.
Here are some steps you can try to troubleshoot this issue:
- Make Sure You Have a React Project: Ensure that you indeed have a React application running on localhost. React DevTools only work on applications that use React.
- Update React DevTools: Make sure you have updated React DevTools to the latest version. Go to the Chrome Web Store, search for "React Developer Tools," and update the extension if necessary.
- Update Chrome: Ensure that you are running the latest version of Google Chrome. Go to "chrome://settings/help" to check for updates and install them if available.
- Disable Other Extensions: Some Chrome extensions can interfere with React DevTools and cause issues. Disable other extensions you have to see if the problem persists.
- Try Incognito Mode: Try running your application in Chrome's incognito mode. Sometimes, unusual extensions or settings can cause issues.
- Disable Cache: Open DevTools by right-clicking and selecting "Inspect" on your application in Chrome. Then, open the "Network" tab and check the "Disable cache" option. Refresh the page and see if React DevTools start working.
- Check Console for Errors: Open Chrome DevTools (Ctrl + Shift + J or Cmd + Option + J on Mac), then check the "Console" tab to see if there are any errors related to React DevTools.
- Check for Variable Name Conflicts: Ensure you are not using variables or names that clash with those used by React DevTools in your code, as this can cause conflicts.
- Clear Cache and Cookies: Try clearing the cache and cookies for your localhost website and refresh the page.
- Reinstall React DevTools: If none of the above steps work, you may need to try uninstalling and reinstalling React DevTools.
I tried all of them. Also, I tried Firefox and the same result, it doesn't work
from react.
faced a similar issue where the react dev tools were not functioning.
Fix 👇
Try to update Chrome on the latest stable version and re-launch Chrome, it worked for me
My Chrome version - Version 116.0.5845.179 (Official Build) (arm64)
from react.
@gur22-09 is right, i also went through this before, it was very frustrating. Usually the answer in these cases is to upgrade the browser version, or make sure that the version of React DevTools is compatible with your React version.
from react.
Can you please share a code sandbox where this can be reproduced? You can also try following the tips suggested above.
from react.
Can you please share a code sandbox where this can be reproduced? You can also try following the tips suggested above.
Here are some steps you can try to troubleshoot this issue:
- Make Sure You Have a React Project: Ensure that you indeed have a React application running on localhost. React DevTools only work on applications that use React.
- Update React DevTools: Make sure you have updated React DevTools to the latest version. Go to the Chrome Web Store, search for "React Developer Tools," and update the extension if necessary.
- Update Chrome: Ensure that you are running the latest version of Google Chrome. Go to "chrome://settings/help" to check for updates and install them if available.
- Disable Other Extensions: Some Chrome extensions can interfere with React DevTools and cause issues. Disable other extensions you have to see if the problem persists.
- Try Incognito Mode: Try running your application in Chrome's incognito mode. Sometimes, unusual extensions or settings can cause issues.
- Disable Cache: Open DevTools by right-clicking and selecting "Inspect" on your application in Chrome. Then, open the "Network" tab and check the "Disable cache" option. Refresh the page and see if React DevTools start working.
- Check Console for Errors: Open Chrome DevTools (Ctrl + Shift + J or Cmd + Option + J on Mac), then check the "Console" tab to see if there are any errors related to React DevTools.
- Check for Variable Name Conflicts: Ensure you are not using variables or names that clash with those used by React DevTools in your code, as this can cause conflicts.
- Clear Cache and Cookies: Try clearing the cache and cookies for your localhost website and refresh the page.
- Reinstall React DevTools: If none of the above steps work, you may need to try uninstalling and reinstalling React DevTools.
I tried all of them. Also, I tried Firefox and the same result, it doesn't work
Unfortunately, this is not enough to understand what is causing the problem.
Can you please share some reproducible example or describe how is the application loading React?
from react.
what worked for me :
- update your browser
- disable all extensions except react dev tool and close your browser
- once you will open it again you find that it's working properly
- enable all the previous extensions
and voila
from react.
Please reopen once you have something that will help reproduce this problem.
from react.
Same here, Chrome Version 118.0.5993.88 (Official Build) (arm64), React Developer Extension is not working, I need the profiler, Please help. please....
from react.
Same here, Chrome Version 118.0.5993.88 (Official Build) (arm64), React Developer Extension is not working, I need the profiler, Please help. please....
i’ve been able to get the extension to work in incognito. you have to activate it in the advanced extension settings, then it shows up. it’s not a fix but it’s a workaround until we can get the issue solved.
Thanks @ajpinto , it works in Incognito.
from react.
anyone experience the same issue again with Chrome Version 119.0.6045.105 (Official Build) (arm64) ?
Now even Incognito mode is not working. Giving up chrome, I am using other browser now, But hopefully this can be fixed in Chrome
from react.
[Solved] I experienced the same issue where the component and profiler tabs were missing, and I couldn't open the React DevTools. I tried reinstalling React DevTools and other extensions, but the problem persisted. Finally, I found a solution which worked for me. Simply open the developer tools (F12) and press the F1 key while in the developer tools. This will open the DevTools Settings. Navigate to the Preference tab, scroll to the bottom, and click "Restore default and reload." Now reload the chrome and open a React based site, You'll get components and profiler. thank me later.
This worked for me!
from react.
[Solved] I experienced the same issue where the component and profiler tabs were missing, and I couldn't open the React DevTools. I tried reinstalling React DevTools and other extensions, but the problem persisted. Finally, I found a solution which worked for me. Simply open the developer tools (F12) and press the F1 key while in the developer tools. This will open the DevTools Settings. Navigate to the Preference tab, scroll to the bottom, and click "Restore default and reload." Now reload the chrome and open a React based site, You'll get components and profiler. thank me later.
Thank you so much
from react.
Related Issues (20)
- [Compiler]: Consider the `dispatch` fn from useActionState and useFormState to be non-reactive HOT 13
- Bug: Not able assign React query fetched data to nested array (nothing but table Row) in react with Typescript app HOT 1
- [Compiler Bug]: healthcheck vs eslint HOT 1
- [React 19] Will React support write web components as Lit does someday? HOT 3
- Bug: useCallback doesn't work sometimes inside memo component HOT 5
- [React 19] React compiler & eslint plugin giving an error to mutating values in refs that are used in JSX HOT 7
- [spam]
- [airline spam]
- [airline spam]
- How can I get in touch with Qatar in the UK? <<QATAR^_^Helpdesk>>
- [airline spam]
- [airline spam] HOT 1
- [Bug] : SSR Suspense renders dollar sign ($) in the dom HOT 4
- [DevTools Bug]: CVE-2024-29415 (`ip` dependency) HOT 2
- [Compiler Todo]: (BuildHIR::lowerExpression) Handle `MetaProperty` expressions HOT 2
- [Compiler Bug]: ref passed as prop cant be mutated in effects/events HOT 2
- [Compiler Todo]: Handle TSSatisfiesExpression expressions HOT 5
- [Compiler Bug]: Runtime error with Higher Order Components HOT 2
- Refs merging/combining HOT 5
- [React 19]
Recommend Projects
-
React
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
Vue.js
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
Typescript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
TensorFlow
An Open Source Machine Learning Framework for Everyone
-
Django
The Web framework for perfectionists with deadlines.
-
Laravel
A PHP framework for web artisans
-
D3
Bring data to life with SVG, Canvas and HTML. 📊📈🎉
-
Recommend Topics
-
javascript
JavaScript (JS) is a lightweight interpreted programming language with first-class functions.
-
web
Some thing interesting about web. New door for the world.
-
server
A server is a program made to process requests and deliver data to clients.
-
Machine learning
Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.
-
Visualization
Some thing interesting about visualization, use data art
-
Game
Some thing interesting about game, make everyone happy.
Recommend Org
-
Facebook
We are working to build community through open source technology. NB: members must have two-factor auth.
-
Microsoft
Open source projects and samples from Microsoft.
-
Google
Google ❤️ Open Source for everyone.
-
Alibaba
Alibaba Open Source for everyone
-
D3
Data-Driven Documents codes.
-
Tencent
China tencent open source team.
from react.