refactor: move components around #3857
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint Eslint:
packages/ui/src/components/approver/animations/approver-animation.web.tsx#L21
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
|
Lint Eslint:
packages/ui/src/components/approver/animations/approver-animation.web.tsx#L30
'_e' is defined but never used
|
Lint Eslint:
packages/ui/src/components/collectibles/native/collectible-text.native.tsx#L23
'err' is defined but never used
|
Lint Eslint:
packages/ui/src/components/highlighting/clarity-prism.shared.ts#L107
Unnecessary escape character: \'
|
Lint Eslint:
packages/ui/src/components/highlighting/clarity-prism.shared.ts#L111
Unnecessary escape character: \/
|
Lint Eslint:
packages/ui/src/theme-native/theme.tsx#L30
Expected property shorthand
|
Lint Eslint:
apps/mobile/src/app/(home)/create-new-wallet.tsx#L107
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
|
Lint Eslint:
apps/mobile/src/app/(home)/developer-console/index.tsx#L55
React Hook useEffect has missing dependencies: 'cleanupNotificationReceivedListener', 'setNotificationReceivedListener', and 'toast'. Either include them or remove the dependency array
|
Lint Eslint:
apps/mobile/src/app/(home)/recover-wallet.tsx#L91
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
|
Lint Eslint:
apps/mobile/src/app/_layout.tsx#L37
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
|
Loading