Skip to content

chore: modify hook in order to detect when the escape key is presse… #116

chore: modify hook in order to detect when the escape key is presse…

chore: modify hook in order to detect when the escape key is presse… #116

Triggered via push August 22, 2023 13:15
Status Success
Total duration 1m 54s
Artifacts

ci-cd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
deploy: src/App.tsx#L39
'setPersistentStorage' is assigned a value but never used
deploy: src/components/form/select/Select.tsx#L45
React Hook useEffect has a missing dependency: 'listboxRef'. Either include it or remove the dependency array
deploy: src/components/form/select/Select.tsx#L50
React Hook useEffect has a missing dependency: 'onChange'. Either include it or remove the dependency array. If 'onChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
deploy: src/components/ui/modal/Modal.tsx#L30
React Hook useEffect has a missing dependency: 'onClose'. Either include it or remove the dependency array
deploy: src/context/books/BooksContext.tsx#L11
'books' is defined but never used
deploy: src/context/theme/ThemeContext.ts#L12
'theme' is defined but never used
deploy: src/features/bookInformation/components/tracker/Tracker.tsx#L21
React Hook useEffect has a missing dependency: 'isOpen'. Either include it or remove the dependency array
deploy: src/features/saveBook/components/saveBookForm/SaveBookForm.tsx#L6
Using exported name 'useTheme' as identifier for default export
deploy: src/hooks/useOffInteractionHandle.tsx#L21
React Hook useEffect has missing dependencies: 'handleClickoutDetection' and 'handleEscapeKeyDetection'. Either include them or remove the dependency array