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
astro
1.0.0
No
NPM
Mac / Windows
When using Chakra-UI (and the react renderer), Astro throws:
Warning: Invalid hook call. Hooks can only be called inside of the body of a function component.
The page still renders, but none of the chakra components render correctly.
https://codesandbox.io/s/inspiring-kalam-e58mx1
The text was updated successfully, but these errors were encountered:
I believe this is a duplicate of #4220. Closing in favor of it!
Sorry, something went wrong.
No branches or pull requests
What version of
astro
are you using?1.0.0
Are you using an SSR adapter? If so, which one?
No
What package manager are you using?
NPM
What operating system are you using?
Mac / Windows
Describe the Bug
When using Chakra-UI (and the react renderer), Astro throws:
Warning: Invalid hook call. Hooks can only be called inside of the body of a function component.
The page still renders, but none of the chakra components render correctly.
Link to Minimal Reproducible Example
https://codesandbox.io/s/inspiring-kalam-e58mx1
Participation
The text was updated successfully, but these errors were encountered: