Devtools as a react component #674
Sam-Kruglov
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be great to have devtools as a react (or whatever) component so that I can integrate it with https://tanstack.com/devtools
Also, I just had an issue with my materializers and I couldn't see any error details in the browser extension, it just said the query failed and a stacktrace of livestore internals. But once I opened devtools in a new tab via
/_livestore/weburl path, I saw effect schema parsing errors in the console logs - if it were a react component, I would've seen those errors in my console right away. And you don't have to maintain browser extension.I also occasionally get "React is not defined" errors but they go away on retry but still annoying. Guessing that'd not happen if it were a component itself. Apart from randomly, it happens always on clicking "reset all data" button
Beta Was this translation helpful? Give feedback.
All reactions