facebook / react

The library for web and native user interfaces.
https://react.dev
MIT License
228.56k stars 46.78k forks source link

react-devtools standalone app is missing inspector (selector tool) #24540

Open M0unir opened 2 years ago

M0unir commented 2 years ago

When running react-devtools as standalone app (not as chrome extension or in react-native), The app is missing the inspector/selector tool.

It is also missing the jump to code integration with vscode.

lunaruan commented 2 years ago

Hey! Thanks so much for responding. Currently the React DevTools standalone app doesn't have the inspector/selector tool, but we're working on it!

However, it should have the jump to source code integration. How are you setting this up?

M0unir commented 2 years ago

Hey! It's amazing that it is in the works as It is such an important feature to have specially for very long nested trees of components.

Not sure How to set up the jump to source code yet.

I'm on Windows and using a Chromium/Electron fork platform to build a React app on top of and have the react-devtools as dev dependency as I cannot install them directly in chromium.