T
TanStack2mo ago
national-gold

SolidJS Devtools Panel

Is there a way currently to get the form devtools panel working with TanStack Devtools in SolidJS? The SolidFormDevtoolsPanel from '@tanstack/solid-form' referenced in the documentation doesn't seem to exist.
Basic setup | TanStack Devtools Solid Docs
TanStack devtools provides you with an easy to use and modular client that allows you to compose multiple devtools into one easy to use panel. Setup Install the library, this will install the devtools...
5 Replies
rival-black
rival-black2mo ago
we export devtools in a separate package, so this is likely a docs mistake. I don't recall solid-form-devtools existing
rival-black
rival-black2mo ago
yeah, it's currently React-exclusive. Once some issues are ironed out, we'll migrate it to other frameworks
No description
national-gold
national-goldOP2mo ago
Alright, sounds good. Thank you!
causal-orange
causal-orange2mo ago
GitHub
feat(devtools): update to devtools utils, add solid devtools by har...
updates form devtools to devtool utils and constructors, adds support for solid-form
causal-orange
causal-orange2mo ago
I’m blocked by another PR atm, but I really want to get this out

Did you find this page helpful?