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
I implemented this feature myself, turns out my type is too complex for typescript and not sure how to fix it.
My plan is to check this out later, I think it's connected with any in zod.
routeAction$ with complex zod ends up in the typescript message:
Type instantiation is excessively deep and possibly infinite.
Which component is affected?
Qwik City (routing)
Describe the bug
I implemented this feature myself, turns out my type is too complex for typescript and not sure how to fix it.
My plan is to check this out later, I think it's connected with
any
inzod
.routeAction$
with complex zod ends up in the typescript message:See https://stackblitz.com/edit/qwik-starter-ps6npq?file=src%2Froutes%2Findex.tsx
Reproduction
https://stackblitz.com/edit/qwik-starter-ps6npq?file=src%2Froutes%2Findex.tsx
Steps to reproduce
No response
System Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: