add search #84
Annotations
12 warnings
lint_ts
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint_ts:
frontend/Dropzone.tsx#L52
React Hook useCallback has missing dependencies: 'cadFileFormats', 'imageFileFormats', 'isValidFileType', and 'meshFileFormats'. Either include them or remove the dependency array
|
lint_ts:
frontend/EditModel.tsx#L163
React Hook useEffect has a missing dependency: 'getModel'. Either include it or remove the dependency array
|
lint_ts:
frontend/Model.tsx#L144
React Hook useEffect has missing dependencies: 'nextImage' and 'previousImage'. Either include them or remove the dependency array
|
lint_ts:
frontend/Model.tsx#L494
React Hook useEffect has a missing dependency: 'getModel'. Either include it or remove the dependency array
|
lint_ts:
frontend/ModelViewer.tsx#L114
React Hook useEffect has a missing dependency: 'LoaderClass'. Either include it or remove the dependency array
|
lint_ts:
frontend/Models.tsx#L132
React Hook useEffect has a missing dependency: 'filterModels'. Either include it or remove the dependency array
|
lint_ts:
frontend/SearchView.tsx#L31
React Hook useEffect has a missing dependency: 'getModels'. Either include it or remove the dependency array
|
lint_ts:
frontend/SearchView.tsx#L37
React Hook useEffect has a missing dependency: 'setSearchValue'. Either include it or remove the dependency array. If 'setSearchValue' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
lint_ts:
frontend/components/theme-provider.tsx#L61
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
format_ts
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_and_push
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/metadata-action@v4, docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|