Skip to content

0.24.1

0.24.1 #858

Triggered via push August 13, 2023 04:27
Status Success
Total duration 2m 52s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
setup
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
setup: src/input.tsx#L228
React Hook useImperativeHandle has a missing dependency: 'selectionStore'. Either include it or remove the dependency array
setup: 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
setup: src/input.tsx#L378
React Hook useCallback has a missing dependency: 'selectionStore'. Either include it or remove the dependency array
setup: src/textarea.tsx#L206
React Hook useImperativeHandle has a missing dependency: 'selectionStore'. Either include it or remove the dependency array
setup: src/textarea.tsx#L263
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
setup: src/textarea.tsx#L356
React Hook useCallback has a missing dependency: 'selectionStore'. Either include it or remove the dependency array