Is it possible to use react-devtools standalone ? #11269
Unanswered
xavierdemoor
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Yes, i've seen a few people do it (including me in early v1 days). Every vite project should have a top level index.html entry file. Adding it to that didn't work? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Tauri v2 (for the first time) with Vite and React and facing a problem. I can't install an extension, React Devtools.
I tried to use react-devtools standalone like in the documentation but I can't find a way to make it works. The react-devtools is always "Waiting for React to connect...". I don't know how to place the
<script src="http://localhost:8097"></script>
at the very first script tag in my HTML, maybe it's that. I don't knowIs anybody was able to make this thing works ?
Beta Was this translation helpful? Give feedback.
All reactions