Uh oh!
There was an error while loading. Please reload this page.
fix(remix): Refactor Cloudflare env checks for clarity - #2906
Conversation
🦋 Changeset detectedLatest commit: ec9e487 The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types 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 |
octoper
commented
Mar 1, 2024
@nikosdouvlis I think that we should add a changeset that indicates that this is breaking as we move the |
nikosdouvlis
commented
Mar 1, 2024
I was about to change it back exactly because of itbeing an breaking change, so good job spotting that :) |
Uh oh!
There was an error while loading. Please reload this page.
3730c81 to
d26c15aComparenikosdouvlis
commented
Mar 1, 2024
@octoper please take another look |
octoper
commented
Mar 1, 2024
!snapshot |
clerk-cookie
commented
Mar 1, 2024
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/backend@1.0.1-snapshot.v4542e9d --save-exact
npm i @clerk/chrome-extension@1.0.1-snapshot.v4542e9d --save-exact
npm i @clerk/clerk-js@5.0.1-snapshot.v4542e9d --save-exact
npm i @clerk/clerk-expo@1.0.1-snapshot.v4542e9d --save-exact
npm i @clerk/fastify@1.0.1-snapshot.v4542e9d --save-exact
npm i gatsby-plugin-clerk@5.0.1-snapshot.v4542e9d --save-exact
npm i @clerk/localizations@2.0.1-snapshot.v4542e9d --save-exact
npm i @clerk/nextjs@5.0.1-snapshot.v4542e9d --save-exact
npm i @clerk/clerk-react@5.0.1-snapshot.v4542e9d --save-exact
npm i @clerk/remix@4.0.1-snapshot.v4542e9d --save-exact
npm i @clerk/clerk-sdk-node@5.0.1-snapshot.v4542e9d --save-exact
npm i @clerk/shared@2.0.1-snapshot.v4542e9d --save-exact
npm i @clerk/themes@2.0.1-snapshot.v4542e9d --save-exact
npm i @clerk/types@4.0.1-snapshot.v4542e9d --save-exact |
4542e9d to
ec9e487Compare
Description
Tiny refactor to simplify the types/checks
Checklist
npm testruns as expected.npm run buildruns as expected.Type of change