Skip to content

Merge pull request #448 from lifeomic/deprecate-use-async-storage #380

Merge pull request #448 from lifeomic/deprecate-use-async-storage

Merge pull request #448 from lifeomic/deprecate-use-async-storage #380

Triggered via push November 9, 2023 14:59
Status Success
Total duration 3m 45s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
main
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, coverallsapp/github-action@v1.1.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
main: src/components/TrackTile/ManageTrackers/ManageTrackerRow.tsx#L81
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 “ManageTrackerRow” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
main: src/hooks/useExchangeToken.test.tsx#L46
Expect must have a corresponding matcher call
main: src/screens/HomeScreen.tsx#L36
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 “HomeScreen” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
main: src/screens/ProfileScreen.tsx#L63
't' is already declared in the upper scope on line 7 column 10
main: src/screens/ProfileScreen.tsx#L67
't' is already declared in the upper scope on line 7 column 10
main: src/screens/TrackTileSettingsScreen.tsx#L32
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 “SettingsScreen” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
main
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
finish
The following actions uses node12 which is deprecated and will be forced to run on node16: coverallsapp/github-action@v1.1.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
finish
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/