query icon indicating copy to clipboard operation
query copied to clipboard

SolidQueryDevtools doesn't render in a TansStack Start app

Open NickClark opened this issue 8 months ago • 2 comments

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

NickClark avatar Apr 29 '25 16:04 NickClark

I've tried it today as well, it doesn't seem to work with everything update to the latest version.

MAST1999 avatar May 11 '25 01:05 MAST1999

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. 🤞

wlemahieu avatar May 19 '25 04:05 wlemahieu