Comments (12)
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.
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.
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.
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.
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.
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.
Related Issues (20)
- Bug: A SAMPLE ISSUE
- Bug: onClick doesn't work on any element inside disabled fieldset in Firefox HOT 3
- Bug: Hydration fails with statically rendered html when wrapping component in <Suspense> HOT 1
- Bug: Error Boundary not updating and not calling componentDidCatch despite catching error HOT 2
- Source code for for React 16.14.0? HOT 6
- Bug: Events in separate roots are not batched
- Bug: Component suspended by `use` fails to react when suspension depends on external store HOT 1
- Bug: Curly Brace Symbol Doesn't Show (change open attribute value) HOT 1
- Bug: performance deteriorates when using ReactDOM.createRoot instead of ReactDom.render for virtual-table. HOT 2
- postMessage getting spammed from developer tools when turned off in non-react site HOT 5
- Bug: ReadableStream can be written to after close
- Bug: Constraining children to type has no effect HOT 4
- [DevTools Bug] Cannot add node "1" because a node with that id is already in the Store. HOT 1
- Bug: react-hooks/exhaustive-deps reports a dependency if `typeof` TypeScript operator is used in a function. HOT 2
- Bug: Uncaught DOMException: Failed to execute 'querySelector' on 'Document': '#:r1a:' is not a valid selector. HOT 2
- Bug: renderToPipeableStream pipe a stream ends with 0x00 symbol HOT 2
- Bug: Nested forms created by createPortal submit the outer form. HOT 5
- Doc: translate to portuguese HOT 1
- Bug: forwardRef ignore Type Check HOT 1
- 123
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.