도감 페이지 최적화 #103
Annotations
9 warnings
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint:
src/components/dex/PokemonDex.tsx#L34
The ref value 'ulRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'ulRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
Lint:
src/components/dex/PokemonDex.tsx#L37
React Hook useLayoutEffect has a missing dependency: 'ulRef'. Either include it or remove the dependency array
|
Lint:
src/hook/useElementCount.ts#L51
The ref value 'ulRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'ulRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
Lint:
src/hook/useFilteredPokemonData.ts#L35
React Hook useMemo has a missing dependency: 'reversedPokemonNameObject'. Either include it or remove the dependency array
|
Lint:
src/hook/useFlatData.ts#L13
React Hook useEffect has a missing dependency: 'allData.length'. Either include it or remove the dependency array
|
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions/cache@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 uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|