Skip to content

fix(clerk-js): Return reject(err) in factor one & two code forms#2080

Merged
nikosdouvlis merged 1 commit intomainfrom
yourtallness/properly_return_reject_err
Nov 9, 2023
Merged

fix(clerk-js): Return reject(err) in factor one & two code forms#2080
nikosdouvlis merged 1 commit intomainfrom
yourtallness/properly_return_reject_err

Conversation

@yourtallness
Copy link
Copy Markdown
Contributor

@yourtallness yourtallness commented Nov 8, 2023

Description

Was not returning the rejection in the handler for code forms.

Thanks to @nikosdouvlis for pointing out.

Checklist

  • npm test runs as expected.
  • npm run build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

Packages affected

  • @clerk/backend
  • @clerk/chrome-extension
  • @clerk/clerk-js
  • @clerk/clerk-expo
  • @clerk/fastify
  • gatsby-plugin-clerk
  • @clerk/localizations
  • @clerk/nextjs
  • @clerk/clerk-react
  • @clerk/remix
  • @clerk/clerk-sdk-node
  • @clerk/shared
  • @clerk/themes
  • @clerk/types
  • build/tooling/chore

@yourtallness yourtallness requested a review from a team as a code owner November 8, 2023 11:55
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Nov 8, 2023

🦋 Changeset detected

Latest commit: 7d4be6f

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

This PR includes changesets to release 3 packages
Name Type
@clerk/clerk-js Patch
@clerk/chrome-extension Patch
@clerk/clerk-expo 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

@yourtallness yourtallness force-pushed the yourtallness/properly_return_reject_err branch from 00f5d6c to 7d4be6f Compare November 8, 2023 11:57
Copy link
Copy Markdown
Member

@nikosdouvlis nikosdouvlis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for tackling this @yourtallness :)
I'll let you know once I figure out why eslint behaves differently in the two branches

@nikosdouvlis nikosdouvlis merged commit 9e10d57 into main Nov 9, 2023
@nikosdouvlis nikosdouvlis deleted the yourtallness/properly_return_reject_err branch November 9, 2023 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants