We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to include the Dev Tools in a TanStack Solid Start project, the button doesn't show up and we just get the text [object Promise]
[object Promise]
https://codesandbox.io/p/devbox/amazing-varahamihira-n3n952
Add the <SolidQueryDevTools /> component inside the __root.tsx of a Tanstack Solid start project
<SolidQueryDevTools />
__root.tsx
I should see a Query Dev tools button in the view
Every time
No response
solid-query
v5.74.10
v5.7.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When trying to include the Dev Tools in a TanStack Solid Start project, the button doesn't show up and we just get the text
[object Promise]
Your minimal, reproducible example
https://codesandbox.io/p/devbox/amazing-varahamihira-n3n952
Steps to reproduce
Add the
<SolidQueryDevTools />
component inside the__root.tsx
of a Tanstack Solid start projectExpected behavior
I should see a Query Dev tools button in the view
How often does this bug happen?
Every time
Screenshots or Videos
No response
Platform
Tanstack Query adapter
solid-query
TanStack Query version
v5.74.10
TypeScript version
v5.7.2
Additional context
No response
The text was updated successfully, but these errors were encountered: