Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: clerk/javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @clerk/clerk-react@4.2.0-staging.0
Choose a base ref
...
head repository: clerk/javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @clerk/clerk-react@4.2.0
Choose a head ref
  • 11 commits
  • 41 files changed
  • 2 contributors

Commits on Sep 21, 2022

  1. fix(clerk-js): Explicitly pass the user in SignInAccountSwitcher inst…

    …ead of calling useCoreUser
    
    The useCoreUser hook still throws if it's called while the user is not defined. If a user signs out from a single session in a multisession app with multiple active sessions, the signOut() call will set the Clerk.user to null, so we cannot call useCoreUser while navigating to SignInAccountSwitcher.tsx
    nikosdouvlis committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    352d611 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc589ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dce2b02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c993f3b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5f5251 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b998d5 View commit details
    Browse the repository at this point in the history
  7. chore(release): Publish

     - @clerk/clerk-js@4.5.0-staging.1
     - @clerk/clerk-expo@0.9.56-staging.1
    nikosdouvlis committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    81d7c86 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    ad2a02f View commit details
    Browse the repository at this point in the history
  2. chore(release): Publish

     - @clerk/clerk-js@4.5.0-staging.2
     - @clerk/clerk-expo@0.9.56-staging.2
    nikosdouvlis committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    6a93456 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93ac733 View commit details
    Browse the repository at this point in the history
  4. chore(release): Publish

     - @clerk/backend-core@2.4.4
     - @clerk/clerk-js@4.5.0
     - @clerk/edge@1.10.0
     - @clerk/clerk-expo@0.9.56
     - @clerk/nextjs@4.3.0
     - @clerk/clerk-react@4.2.0
     - @clerk/remix@1.3.0
     - @clerk/clerk-sdk-node@4.3.0
     - @clerk/shared@0.3.21
     - @clerk/themes@1.2.11
     - @clerk/types@3.6.0
    nikosdouvlis committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    47ad843 View commit details
    Browse the repository at this point in the history
Loading