Translations update from Hosted Weblate #1408
Annotations
9 warnings
|
detect-changes
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-and-test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v3, actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-and-test:
src/utils/index.ts#L8
'react-native/Libraries/Blob/Blob' React Native deep imports are deprecated. Please use the top level import instead
|
|
build-and-test:
src/screens/OnboardingScreens/illustrations/PhoneWithShield.tsx#L59
Inline style: { position: 'absolute' }
|
|
build-and-test:
src/screens/OnboardingScreens/components/HighlightText/HighlightText.tsx#L67
Inline style: { width: '100%' }
|
|
build-and-test:
src/screens/OnboardingScreens/OnboardingStack.tsx#L30
Inline style: { flex: 1 }
|
|
build-and-test:
src/components/SidebarContent/SidebarContent.tsx#L140
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 and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
|
build-and-test:
src/components/SidebarContent/SidebarContent.tsx#L131
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 and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
|
build-and-test:
src/components/SidebarContent/SidebarContent.tsx#L123
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 and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|