Skip to content

Commit

Permalink
chore(repo): Improve changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Sep 25, 2023
1 parent 8c3e65e commit 8c7279f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .changeset/unlucky-emus-greet.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
'@clerk/shared': minor
---

Use `use client` directive in @clerk/shared to support import in libraries compatible in RSC and use it in @clerk/nextjs
Add `use client` directive to interactive components in `@clerk/shared`. This enables those codepaths to be imported in RSC-enabled projects.
This change also now uses `@clerk/shared` functions in `@clerk/nextjs`.

0 comments on commit 8c7279f

Please sign in to comment.