fix(clerk-js): Re-initialize Client singleton instance on Client destroy (#1913)#2016
Merged
octoper merged 1 commit intorelease/v4from Nov 2, 2023
Merged
fix(clerk-js): Re-initialize Client singleton instance on Client destroy (#1913)#2016octoper merged 1 commit intorelease/v4from
octoper merged 1 commit intorelease/v4from
Conversation
🦋 Changeset detectedLatest commit: f71cd6f The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
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 |
Member
|
!snapshot |
Collaborator
Author
|
Hey @octoper - the snapshot version command generated the following package versions:
Tip: Use the snippet copy button below to quickly install the required packages. npm i @clerk/chrome-extension@0.4.14-snapshot.v14f8eac --save-exact
npm i @clerk/clerk-js@4.64.3-snapshot.v14f8eac --save-exact
npm i @clerk/clerk-expo@0.19.16-snapshot.v14f8eac --save-exact |
panteliselef
approved these changes
Nov 2, 2023
…roy (#1913) * fix(clerk-js): Re-initialize Client singleton on Client destroy * fix(clerk-js): Assign default values instead of re-initializing Client class * chore(repo): Adds changeset * chore(repo): Adds changeset * chore(clerk-js): Fix typo in test * test(clerk-js): Added test for Client singleton destroy * test(clerk-js): Update tests for Client singleton * test(clerk-js): Update tests for Client singleton & created new fixtures (cherry picked from commit 93a6115)
14f8eac to
f71cd6f
Compare
Merged
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backporting #1913 to the release/v4 branch
(cherry picked from commit 93a6115)