Skip to content

feat: analytics events #950

feat: analytics events

feat: analytics events #950

Triggered via pull request October 27, 2023 21:18
Status Success
Total duration 4m 36s
Artifacts

pull-request.yml

on: pull_request
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@v2, 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/screens/DirectMessagesScreen.tsx#L57
'userId' is already declared in the upper scope on line 33 column 9
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/