Skip to content

V3.0.0 - Big Refactor, updated libraries, project converted to typescript, Popup refactored #312

V3.0.0 - Big Refactor, updated libraries, project converted to typescript, Popup refactored

V3.0.0 - Big Refactor, updated libraries, project converted to typescript, Popup refactored #312

Triggered via pull request February 13, 2024 01:11
Status Failure
Total duration 33s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
eslint
Process completed with exit code 1.
eslint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
eslint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
eslint: src/components/Popup.js#L97
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 “Popup” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true