style: 💄 update readme #3
Annotations
14 warnings
Prepare environment
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/save@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Prepare environment
Cache save failed.
|
Run tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run tests:
src/components/actor/actor.ts#L62
React Hook useCallback has missing dependencies: 'end', 'onUpdate', 'out', 'screen', and 'start'. Either include them or remove the dependency array. If 'onUpdate' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run tests:
src/components/actor/actor.ts#L104
React Hook useCallback has a missing dependency: 'actors'. Either include it or remove the dependency array
|
Run tests:
src/components/makeup/makeup.ts#L47
Forbidden non-null assertion
|
Run tests:
src/components/makeup/makeup.ts#L63
React Hook useCallback has missing dependencies: 'props' and 'setStyle'. Either include them or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useCallback call and refer to those specific props inside useCallback
|
Run tests:
src/components/makeup/makeup.ts#L75
React Hook useLayoutEffect has a missing dependency: 'handleInitialStyle'. Either include it or remove the dependency array
|
Run tests:
src/components/stage/stage.tsx#L82
React Hook useMemo has a missing dependency: 'events'. Either include it or remove the dependency array
|
Run tests:
src/hooks/use-height.hook.ts#L23
React Hook useCallback has a missing dependency: 'ref'. Either include it or remove the dependency array
|
Run tests:
src/hooks/use-resize.hook.ts#L71
React Hook useEffect has a missing dependency: 'callSubscriber'. Either include it or remove the dependency array. Mutable values like 'ref.current' aren't valid dependencies because mutating them doesn't re-render the component
|
Run tests:
src/hooks/use-scroll-position.hook.ts#L46
React Hook useCallback has missing dependencies: 'fallback', 'onScroll', and 'ref'. Either include them or remove the dependency array
|
Run tests:
src/hooks/use-scroll-position.hook.ts#L54
React Hook useLayoutEffect has a missing dependency: 'handleScroll'. Either include it or remove the dependency array
|
Release
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|