Skip to content
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

Verify proper usage of use client for all React components. #2926

Open
endigo9740 opened this issue Nov 4, 2024 · 0 comments
Open

Verify proper usage of use client for all React components. #2926

endigo9740 opened this issue Nov 4, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@endigo9740
Copy link
Contributor

endigo9740 commented Nov 4, 2024

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.

@endigo9740 endigo9740 added the enhancement New feature or request label Nov 4, 2024
@endigo9740 endigo9740 added this to the v3.0 (Next) milestone Nov 4, 2024
@endigo9740 endigo9740 self-assigned this Nov 4, 2024
@endigo9740 endigo9740 pinned this issue Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant