Back to Clerk

`ClerkAPIError.kind` value updated

packages/upgrade/src/versions/core-3/changes/clerk-api-error-kind-added.md

latest339 B
Original Source

ClerkAPIError.kind has been updated to match the class name:

diff
- static kind = 'ClerkApiError'
+ static kind = 'ClerkAPIError'

Most users should not be affected. If you were checking this string directly (for example, error.constructor.kind === 'ClerkApiError'), update the comparison value.

No other changes are required.