-
-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Description
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
- I agree to follow this project's Code of Conduct
- I understand that if my bug cannot be reliable reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.
Metadata
Metadata
Assignees
Labels
No labels