feat(localizations,shared): Add temporary email error localization key #23473
ci.yml
on: pull_request
Check Permissions
6s
Formatting | Dedupe | Changeset
1m 18s
Matrix: integration-tests
Matrix: unit-tests
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/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
|
|
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
|