Skip to content

fix(clerk-js,shared): Handle unsafeMetadata in transfer flows #24447

fix(clerk-js,shared): Handle unsafeMetadata in transfer flows

fix(clerk-js,shared): Handle unsafeMetadata in transfer flows #24447

Triggered via pull request January 22, 2026 16:54
Status Success
Total duration 11m 19s
Artifacts

ci.yml

on: pull_request
Check Permissions
7s
Check Permissions
Formatting | Dedupe | Changeset
1m 23s
Formatting | Dedupe | Changeset
Static analysis
2m 26s
Static analysis
Publish with pkg-pr-new
1m 33s
Publish with pkg-pr-new
Matrix: integration-tests
Matrix: unit-tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Static analysis: packages/upgrade/src/components/Scan.js#L33
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Static analysis: packages/upgrade/src/components/SDKWorkflow.js#L113
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “SDKWorkflow” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
Static analysis: packages/upgrade/src/components/SDKWorkflow.js#L30
useState call is not destructured into value + setter pair
Static analysis: packages/upgrade/src/components/Command.js#L31
React Hook useEffect has a missing dependency: 'cmd'. Either include it or remove the dependency array
Static analysis: packages/expo-passkeys/src/index.ts#L134
Async method 'ios' has no 'await' expression
Static analysis: packages/expo-passkeys/src/index.ts#L133
Async method 'android' has no 'await' expression
Static analysis: packages/expo-passkeys/src/index.ts#L69
Async method 'ios' has no 'await' expression
Static analysis: packages/expo-passkeys/src/index.ts#L68
Async method 'android' has no 'await' expression
Static analysis: packages/dev-cli/src/commands/setup.js#L102
Async function 'getInstanceConfiguration' has no 'await' expression
Static analysis: packages/dev-cli/src/commands/config.js#L9
Async function 'config' has no 'await' expression