Skip to content

Modernize toolchain #1014

Modernize toolchain

Modernize toolchain #1014

Triggered via pull request January 2, 2024 19:17
Status Failure
Total duration 54s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

browser-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Checks: browser/src/StatsPage/StatsPage.tsx#L197
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 “StatsPage” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
Checks
Process completed with exit code 1.
Checks
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/