-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
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
useQwikTable(options)
causes vite to crash in dev mode
#5455
Comments
useQwikTable(options)
causes a vite to crash in dev modeuseQwikTable(options)
causes vite to crash in dev mode
One more piece of information - I tried copy-pasting the hook from Github, and it's now working from my copy of the code. Perhaps the issue is with the build? Like something with the Rollup config? |
Does this only happen in Qwik City? |
No, I tested it using the component library which does not use Qwik City and got the same issue :( |
I also try to copy and paste the hook inside my project. and it seems to be working stably... |
So if I understand correctly, we're only able to currently support a TanStack Qwik Table adapter with certain vite settings. |
TanStack Table version
v8.15.3
Framework/Library version
Qwik 1.4.5
Describe the bug and the steps to reproduce it
Tried using
@tanstack/qwik-table
in my hobby Qwik/Qwik City project. Vite throws the following error and crashes.Following the Github link above, it looks related to an incorrect use of
use*
hooks. Linked docs: https://qwik.dev/docs/components/tasks/#use-method-rulesI've attached a Stackblitz environment reproducing the issue.
Your Minimal, Reproducible Example - (Sandbox Highly Recommended)
https://stackblitz.com/edit/vitejs-vite-r68rwq?file=src%2Froutes%2Findex.tsx
Screenshots or Videos (Optional)
No response
Do you intend to try to help solve this bug with your own PR?
No, because I do not know how
Terms & Code of Conduct
The text was updated successfully, but these errors were encountered: