GithubHelp home page GithubHelp logo

Comments (12)

ajpinto avatar ajpinto commented on December 8, 2023 2

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.

elinadzhelilovasfcc avatar elinadzhelilovasfcc commented on December 8, 2023 1

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:

  1. 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.
  2. 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.
  3. 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.
  4. 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.
  5. Try Incognito Mode: Try running your application in Chrome's incognito mode. Sometimes, unusual extensions or settings can cause issues.
  6. 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.
  7. 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.
  8. 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.
  9. Clear Cache and Cookies: Try clearing the cache and cookies for your localhost website and refresh the page.
  10. 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.

ajpinto avatar ajpinto commented on December 8, 2023 1

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.

gur22-09 avatar gur22-09 commented on December 8, 2023

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.

shubhankarval avatar shubhankarval commented on December 8, 2023

@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.

rizfanradya avatar rizfanradya commented on December 8, 2023

Here are some steps you can try to troubleshoot this issue:

  1. 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.

  2. 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.

  3. 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.

  4. 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.

  5. Try Incognito Mode: Try running your application in Chrome's incognito mode. Sometimes, unusual extensions or settings can cause issues.

  6. 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.

  7. 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.

  8. 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.

  9. Clear Cache and Cookies: Try clearing the cache and cookies for your localhost website and refresh the page.

  10. Reinstall React DevTools: If none of the above steps work, you may need to try uninstalling and reinstalling React DevTools.

from react.

hoxyq avatar hoxyq commented on December 8, 2023

Can you please share a code sandbox where this can be reproduced? You can also try following the tips suggested above.

from react.

hoxyq avatar hoxyq commented on December 8, 2023

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:

  1. 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.
  2. 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.
  3. 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.
  4. 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.
  5. Try Incognito Mode: Try running your application in Chrome's incognito mode. Sometimes, unusual extensions or settings can cause issues.
  6. 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.
  7. 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.
  8. 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.
  9. Clear Cache and Cookies: Try clearing the cache and cookies for your localhost website and refresh the page.
  10. 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.

escaper01 avatar escaper01 commented on December 8, 2023

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.

hoxyq avatar hoxyq commented on December 8, 2023

Please reopen once you have something that will help reproduce this problem.

from react.

hocktoh89 avatar hocktoh89 commented on December 8, 2023

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.

hocktoh89 avatar hocktoh89 commented on December 8, 2023

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)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo 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.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.