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
error in Solid Example: Solid Start Streaming stackblitz example
https://stackblitz.com/github/tanstack/query/tree/main/examples/solid/solid-start-streaming?embed=1&theme=light&preset=node&file=src/index.tsx
it runs
Every time
linux, chrome ^5.67.3
solid-query
^5.67.3
No response
The text was updated successfully, but these errors were encountered:
@huseeiin , the Client-only API issue can be resolved by updating start/vinxi to:
Client-only API
"@solidjs/start": "^1.1.3", "solid-js": "^1.9.5", "vinxi": "^0.5.3"
There is a hydration issue still, but it's another issue.
Sorry, something went wrong.
@birkskyum does the linked PR address the issue? If so, we should merge it
@TkDodo it would be best to have all the packages updated to latest, and then merge.
Successfully merging a pull request may close this issue.
Describe the bug
error in Solid Example: Solid Start Streaming stackblitz example
Your minimal, reproducible example
https://stackblitz.com/github/tanstack/query/tree/main/examples/solid/solid-start-streaming?embed=1&theme=light&preset=node&file=src/index.tsx
Steps to reproduce
https://stackblitz.com/github/tanstack/query/tree/main/examples/solid/solid-start-streaming?embed=1&theme=light&preset=node&file=src/index.tsx
Expected behavior
it runs
How often does this bug happen?
Every time
Screenshots or Videos
Platform
linux, chrome
^5.67.3
Tanstack Query adapter
solid-query
TanStack Query version
^5.67.3
TypeScript version
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: