Typo error in fixtures.tsx #2223
Merged
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: styfle/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint:
packages/core/src/hooks/useSprings.ts#L85
React Hook useMemo has a missing dependency: 'propsFn'. Either include it or remove the dependency array
|
Lint:
packages/core/src/hooks/useSprings.ts#L127
React Hook useMemo has a missing dependency: 'forceUpdate'. Either include it or remove the dependency array
|
Lint:
packages/core/src/hooks/useSprings.ts#L147
React Hook useMemo has missing dependencies: 'declareUpdates', 'prevLength', and 'ref'. Either include them or remove the dependency array
|
Lint:
packages/core/src/hooks/useSprings.ts#L152
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
|
Lint:
packages/core/src/hooks/useSprings.ts#L152
React Hook useMemo has missing dependencies: 'declareUpdates', 'length', and 'prevLength'. Either include them or remove the dependency array
|
Lint:
packages/core/src/hooks/useTransition.tsx#L94
React Hook useMemo has a missing dependency: 'propsFn'. Either include it or remove the dependency array
|
Lint:
packages/core/src/types/functions.ts#L35
'T' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
packages/core/src/types/functions.ts#L36
'T' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
docs/app/components/Buttons/GradientButton.css.ts#L4
'style' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
docs/app/styles/routes/docs.css.ts#L5
'inlineLink' is defined but never used. Allowed unused vars must match /^_/u
|
Loading