-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
Bun install invalid hook call #377
Comments
Hi! Does that error occur during the installation of the package or during the runtime? |
Hey @molefrog thanks for replying! This happens at runtime in dev mode and after built and served with serve or apache. Created a basic component For flows:
|
Thanks, I haven't been able to reproduce this yet... Also, we don't have install or compilation script, so that can't be the reason. |
I'll try to make a repo with the issue sometime later in the week |
Closing this as stale, feel free to reopen. |
When I install the package with bun i think some of the install scripts or compilation might not be run.
I end up having an issue: Invalid hook call. Hooks can only be called inside the body of a function component.
However running an install with yarn makes no issues.
The text was updated successfully, but these errors were encountered: