Update dependency @rollup/plugin-typescript to v12 #1101
Annotations
1 error and 6 warnings
Run npm run build
Process completed with exit code 1.
|
Run npm run lint:
src/input.tsx#L228
React Hook useImperativeHandle has a missing dependency: 'selectionStore'. Either include it or remove the dependency array
|
Run npm run lint:
src/input.tsx#L285
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#L378
React Hook useCallback has a missing dependency: 'selectionStore'. Either include it or remove the dependency array
|
Run npm run lint:
src/textarea.tsx#L205
React Hook useImperativeHandle has a missing dependency: 'selectionStore'. Either include it or remove the dependency array
|
Run npm run lint:
src/textarea.tsx#L262
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#L355
React Hook useCallback has a missing dependency: 'selectionStore'. Either include it or remove the dependency array
|
Loading