Skip to content

Devtools button missing (Solid) #252

@kyjus25

Description

@kyjus25

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)

Image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions