clerk / javascript

Official Javascript repository for Clerk authentication
https://clerk.com
MIT License
1.09k stars 241 forks source link

fix(elements): Sign-in/up root fallbacks not rendering properly #3601

Closed tmilewski closed 3 months ago

tmilewski commented 3 months ago

Description

The sign in/up root fallbacks were still being held up by client-side requirements. This moves the logic such that this is no longer the case.

Fixes SDK-1842

Checklist

Type of change

changeset-bot[bot] commented 3 months ago

🦋 Changeset detected

Latest commit: abb94cca062c5fb4ecafeba94254198970b88c59

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages | Name | Type | | --------------- | ----- | | @clerk/elements | Patch | | @clerk/ui | Patch |

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

tmilewski commented 3 months ago

!snapshot

clerk-cookie commented 3 months ago
Hey @tmilewski - the snapshot version command generated the following package versions: Package Version
@clerk/elements 0.8.1-snapshot.vabb94cc
gatsby-plugin-clerk 5.0.0-beta.45
@clerk/ui 0.1.3-snapshot.vabb94cc

Tip: Use the snippet copy button below to quickly install the required packages. @clerk/elements

npm i @clerk/elements@0.8.1-snapshot.vabb94cc --save-exact

gatsby-plugin-clerk

npm i gatsby-plugin-clerk@5.0.0-beta.45 --save-exact

@clerk/ui

npm i @clerk/ui@0.1.3-snapshot.vabb94cc --save-exact