0.2.1 #42
Annotations
6 warnings
build
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
src/index.tsx#L38
React Hook useCallback has a missing dependency: 'ids'. Either include it or remove the dependency array. If 'setRefs' needs the current value of 'ids', you can also switch to useReducer instead of useState and read 'ids' in the reducer
|
build:
src/index.tsx#L38
React Hook useCallback has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
build:
src/index.tsx#L53
React Hook useCallback has a missing dependency: 'refs'. Either include it or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setRects' needs the current value of 'refs'
|
build:
src/index.tsx#L54
React Hook useCallback has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|