Skip to content

Commit

Permalink
feat(remix): Automatically use dynamic path for OrganizationProfile a…
Browse files Browse the repository at this point in the history
…nd UserProfile (#4698)
  • Loading branch information
panteliselef authored Dec 3, 2024
1 parent 4d78663 commit 5276c9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/four-hats-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@clerk/remix': patch
---

Automatically use dynamic path for OrganizationProfiler and UserProfile.
2 changes: 1 addition & 1 deletion packages/remix/src/client/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from './RemixClerkProvider';
export { ClerkApp } from './ClerkApp';
export { WithClerkState } from './types';
export { SignIn, SignUp } from './uiComponents';
export { SignIn, SignUp, OrganizationProfile, UserProfile } from './uiComponents';

0 comments on commit 5276c9f

Please sign in to comment.