TanStack Devtools version
0.7.12
Framework/Library version
Solid 1.9.10
Describe the bug and the steps to reproduce it
I believe #228 broke the devtool button from showing without passing a custom component
Occurs both when running the dev server or when building with removeDevtoolsOnBuild: false
The PR code seems to indicate that a custom component is optional and will otherwise use the TanstackLogo
<TanStackDevtools
plugins={[
{
name: "TanStack Query",
render: <SolidQueryDevtoolsPanel />,
},
{
name: "TanStack Router",
render: <TanStackRouterDevtoolsPanel />,
},
]}
/>
Your Minimal, Reproducible Example - (Sandbox Highly Recommended)
https://stackblitz.com/edit/github-rqfpdtgb?file=src%2Findex.tsx
Screenshots or Videos (Optional)
Do you intend to try to help solve this bug with your own PR?
Maybe, I'll investigate and start debugging
Terms & Code of Conduct