Bump requests from 2.31.0 to 2.32.2 - autoclosed #515
Annotations
3 warnings
code_review
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab, actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
code_review:
example/src/components/IdpsGrid.tsx#L78
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 “IdpsGrid” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
code_review:
example/src/components/debug/DebugPrettyPrint.tsx#L93
'_' is already declared in the upper scope on line 15 column 8
|