TEMP #370
Annotations
5 errors and 1 warning
Run make validate.ci:
src/search-modal/SearchEndpointLoader.jsx#L28
A space is required before closing bracket
|
Run make validate.ci:
src/search-modal/SearchResult.jsx#L26
'getLoadingStatuses' is defined but never used
|
Run make validate.ci:
src/search-modal/SearchResult.jsx#L27
'getSavingStatuses' is defined but never used
|
Run make validate.ci:
src/search-modal/SearchUI.jsx#L86
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 “SearchUI” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
Run make validate.ci
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading