Skip to content

chore: Upgrade react-query to v5 #54

chore: Upgrade react-query to v5

chore: Upgrade react-query to v5 #54

Triggered via pull request May 17, 2024 12:21
Status Success
Total duration 21m 0s
Artifacts

lint_and_test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
build: src/screens/Profile/Profile.tsx#L29
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 “Profile” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
build: src/screens/Profile/Profile.tsx#L37
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 “Profile” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
build: src/screens/Profile/Profile.tsx#L45
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 “Profile” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
build: types.d.ts#L5
'@typescript-eslint/no-empty-interface' rule is disabled but never reported
e2e-android / e2e-android
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.