SolidQueryDevtools doesn't render in a TansStack Start app
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 project
Expected 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
- OS: Mac
- Browser: Safari/Chrome
- 18.1.1/135.0.7049.115
Tanstack Query adapter
solid-query
TanStack Query version
v5.74.10
TypeScript version
v5.7.2
Additional context
No response
I've tried it today as well, it doesn't seem to work with everything update to the latest version.
I created a pull request which fixes the problem. 🙏
https://github.com/TanStack/query/pull/9163
I'll try to provide a work-around for anyone experiencing this issue this week after work. 🤞