-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(clerk-js): Revalidate Organization Memberlist when joining an Org…
…anization (#2437) * fix(clerk-js): Revalidate Organization Switcher memberlist when joining an organization * chore(repo): Add Changeset * fix(clerk-js): Revalidate Organization Switcher memberlist when joining an organization * fix(clerk-js): Avoid revalidation as it will cause layout shifts * fix(clerk-js): Preserve accepted until next revalidation * fix(clerk-js): Preserve fetched organization when closing OrganizationSwitcher popover * fix(clerk-js): On accept invitation decrease the total count by one * chore(clerk-js): Move `AcceptedInvitationsProvider` inside `ui/contexts` --------- Co-authored-by: panteliselef <[email protected]>
- Loading branch information
1 parent
a68a673
commit ca67ee7
Showing
11 changed files
with
248 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.