fix(auth): prevent raw OAuth JSON errors from showing in MobileLogin#720
Merged
RUKAYAT-CODER merged 1 commit intoJun 28, 2026
Merged
Annotations
10 errors and 11 warnings
|
Lint
Process completed with exit code 1.
|
|
Lint:
src/pages/mobile/MobileRegister.tsx#L21
Parse errors in imported module '../../services/formCache': '}' expected. (170:0)
|
|
Lint:
src/hooks/useFormCache.ts#L12
Parse errors in imported module '../services/formCache': '}' expected. (170:0)
|
|
Lint:
src/components/mobile/MobileProfile.tsx#L42
Parse errors in imported module '../ui/CachedImage': Expected corresponding JSX closing tag for 'View'. (267:8)
|
|
Lint:
src/components/mobile/MobileProfile.tsx#L39
Parse errors in imported module '../../services/formCache': '}' expected. (170:0)
|
|
Lint:
src/components/mobile/MobileFormInput.tsx#L21
Parse errors in imported module '../../services/formCache': '}' expected. (170:0)
|
|
Lint:
src/components/mobile/AvatarCamera.tsx#L16
Parse errors in imported module '../ui/CachedImage': Expected corresponding JSX closing tag for 'View'. (267:8)
|
|
Lint:
src/components/mobile/AchievementBadges.tsx#L14
Parse errors in imported module '../ui/CachedImage': Expected corresponding JSX closing tag for 'View'. (267:8)
|
|
Lint:
src/__tests__/services/formCache.test.ts#L12
Parse errors in imported module '../../services/formCache': '}' expected. (170:0)
|
|
Lint:
src/__tests__/components/imageCache.test.tsx#L4
Parse errors in imported module '../../components/ui/CachedImage': Expected corresponding JSX closing tag for 'View'. (267:8)
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, actions/setup-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint:
src/__tests__/issues/fixes_620_621_622.test.ts#L32
Import in body of module; reorder to top
|
|
Lint:
src/__tests__/issues/fixes_620_621_622.test.ts#L31
Import in body of module; reorder to top
|
|
Lint:
src/__tests__/appInit.test.ts#L22
A `require()` style import is forbidden
|
|
Lint:
src/__tests__/appInit.test.ts#L17
A `require()` style import is forbidden
|
|
Lint:
app/clipboard-demo.tsx#L120
Function component is not an arrow function
|
|
Lint:
app/+html.tsx#L10
Function component is not an arrow function
|
|
Lint:
app/(tabs)/_layout.tsx#L51
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 “TabLayout” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
|
Lint:
app/(tabs)/_layout.tsx#L44
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 “TabLayout” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
|
Lint:
app/(tabs)/_layout.tsx#L35
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 “TabLayout” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
|
Lint:
app/(tabs)/_layout.tsx#L28
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 “TabLayout” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
background
wait
wait-all
cancel
parallel
Loading