Skip to content

T352298: Add custom tooltip #66

T352298: Add custom tooltip

T352298: Add custom tooltip #66

Triggered via pull request April 18, 2024 20:58
Status Failure
Total duration 1m 20s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 6 warnings
build
Process completed with exit code 2.
build: src/link/edit.js#L196
React Hook useEffect has missing dependencies: 'handleTextEdit' and 'lastValue'. Either include them or remove the dependency array
build: src/link/inline.js#L42
React Hook useEffect has a missing dependency: 'value'. Either include it or remove the dependency array. If 'setTitle' needs the current value of 'value', you can also switch to useReducer instead of useState and read 'value' in the reducer
build: src/link/preview.js#L35
React Hook useCallback has a missing dependency: 'onForceClose'. Either include it or remove the dependency array. If 'onForceClose' changes too often, find the parent component that defines it and wrap that definition in useCallback
build: src/link/preview.js#L100
React Hook useLayoutEffect has a missing dependency: 'onForceClose'. Either include it or remove the dependency array
build: src/link/tooltip.js#L56
React Hook useEffect has missing dependencies: 'tooltipDisplayedCount', 'tooltipDisplayedFullDuration', and 'waitOneSecThenDisplayTooltip'. Either include them or remove the dependency array
build: src/link/tooltip.js#L71
React Hook useEffect has a missing dependency: 'finishDisplayingTooltip'. Either include it or remove the dependency array