-
Notifications
You must be signed in to change notification settings - Fork 130
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
fix(server-components): add missing use client directive #2769
Conversation
🦋 Changeset detectedLatest commit: 7e50c07 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2769 +/- ##
=======================================
Coverage 87.28% 87.28%
=======================================
Files 214 214
Lines 12563 12563
Branches 1686 1686
=======================================
Hits 10965 10965
Misses 1545 1545
Partials 53 53
|
Size Change: +33 B (+0.01%) Total Size: 639 kB
ℹ️ View Unchanged
|
Addresses DSYS-849
Scope
We had feedback from a team attempting to update to CUI v9 that they encountered issues using CUI components in server components. It turns out that some files did not the "use client" directive.
Task
add "use client" directive to the following files:
Definition of done