fix: search items ensure unique keys #597
Merged
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run linter and fix issues
React Hook useCallback has a missing dependency: 'selector'. Either include it or remove the dependency array. If 'selector' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run linter and fix issues
React Hook useMemo was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
|
Run linter and fix issues
React Hook useMemo has a missing dependency: 'selector'. Either include it or remove the dependency array. If 'selector' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run linter and fix issues
Classname 'versions' is not a Tailwind CSS class!
|
Run linter and fix issues
Classname 'electron-version' is not a Tailwind CSS class!
|
Run linter and fix issues
Classname 'chrome-version' is not a Tailwind CSS class!
|
Run linter and fix issues
Classname 'node-version' is not a Tailwind CSS class!
|
Run linter and fix issues
React Hook useEffect has a missing dependency: 'resetError'. Either include it or remove the dependency array. If 'resetError' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run linter and fix issues
React Hook useMemo has a missing dependency: 'feed'. Either include it or remove the dependency array
|
Run linter and fix issues
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
Loading