You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this function throws an error, therefore link.data is null so i can't render anything
yet, link.error is always null, i can't render the error and i can't render the data (because no data was returned)
if i remove deferStream then the errors gets printed to the console but still, link.error doesn't return anything.
Your minimal, reproducible example
n/a
Steps to reproduce
Create a query function that has deferStream and runs on SolidStart SSR
Make it throw an error
Expected behavior
n/a
How often does this bug happen?
None
Screenshots or Videos
No response
Platform
Any OS
Tanstack Query adapter
None
TanStack Query version
tanstack/solid-query 5.60.5
TypeScript version
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
so having this:
which basically calls createQuery(...).
this function throws an error, therefore link.data is null so i can't render anything
yet,
link.error
is always null, i can't render the error and i can't render the data (because no data was returned)if i remove
deferStream
then the errors gets printed to the console but still, link.error doesn't return anything.Your minimal, reproducible example
n/a
Steps to reproduce
Create a query function that has
deferStream
and runs on SolidStart SSRMake it throw an error
Expected behavior
n/a
How often does this bug happen?
None
Screenshots or Videos
No response
Platform
Any OS
Tanstack Query adapter
None
TanStack Query version
tanstack/solid-query 5.60.5
TypeScript version
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: