add frontend build output #30
Annotations
1 error and 5 warnings
build
Process completed with exit code 1.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
web/src/main/javascript/src/components/SearchBar/SearchBar.tsx#L349
The ref value 'prevButtonRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'prevButtonRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
build:
web/src/main/javascript/src/components/SearchBar/SearchBar.tsx#L350
The ref value 'nextButtonRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'nextButtonRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
build:
web/src/main/javascript/src/components/SearchBar/SearchBar.tsx#L352
React Hook useEffect has missing dependencies: 'getNextResult' and 'getPreviousResult'. Either include them or remove the dependency array
|