Update dependency @storybook/test-runner to ^0.21.0 (#175) #1146
Annotations
7 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run npm run lint:
src/input.tsx#L225
React Hook useImperativeHandle has a missing dependency: 'selectionStore'. Either include it or remove the dependency array
|
Run npm run lint:
src/input.tsx#L281
React Hook useEffect has a missing dependency: 'onSelectionChange'. Either include it or remove the dependency array. If 'onSelectionChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run npm run lint:
src/input.tsx#L374
React Hook useCallback has a missing dependency: 'selectionStore'. Either include it or remove the dependency array
|
Run npm run lint:
src/textarea.tsx#L203
React Hook useImperativeHandle has a missing dependency: 'selectionStore'. Either include it or remove the dependency array
|
Run npm run lint:
src/textarea.tsx#L259
React Hook useEffect has a missing dependency: 'onSelectionChange'. Either include it or remove the dependency array. If 'onSelectionChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run npm run lint:
src/textarea.tsx#L352
React Hook useCallback has a missing dependency: 'selectionStore'. Either include it or remove the dependency array
|
Loading