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
use client
I believe there may be some React components were we have not correctly implemented the use client directive. https://react.dev/reference/rsc/use-client
Example of the proper implementation: https://github.com/skeletonlabs/skeleton/blob/next/packages/skeleton-react/src/lib/components/Accordion/Accordion.tsx#L1
I'm going to do a quick audit and address this now.
The text was updated successfully, but these errors were encountered:
endigo9740
No branches or pull requests
I believe there may be some React components were we have not correctly implemented the
use client
directive.https://react.dev/reference/rsc/use-client
Example of the proper implementation:
https://github.com/skeletonlabs/skeleton/blob/next/packages/skeleton-react/src/lib/components/Accordion/Accordion.tsx#L1
I'm going to do a quick audit and address this now.
The text was updated successfully, but these errors were encountered: