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•2mo ago
we export devtools in a separate package, so this is likely a docs mistake. I don't recall
solid-form-devtools existingrival-black•2mo ago
yeah, it's currently React-exclusive. Once some issues are ironed out, we'll migrate it to other frameworks

national-goldOP•2mo ago
Alright, sounds good. Thank you!
causal-orange•2mo ago
I’ve got a pr open https://github.com/TanStack/form/pull/1789
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•2mo ago
I’m blocked by another PR atm, but I really want to get this out