Skip to content

T366873 do not remove preview when W icon is clicked #111

T366873 do not remove preview when W icon is clicked

T366873 do not remove preview when W icon is clicked #111

Triggered via pull request June 11, 2024 12:56
Status Success
Total duration 1m 0s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
build: src/link/edit.js#L185
React Hook useEffect has missing dependencies: 'getFormatEnd', 'getFormatStart', 'onChange', 'removesPreviewFormat', and 'value'. Either include them or remove the dependency array. If 'onChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
build: src/link/inline.js#L31
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/popover.js#L38
React Hook useCallback has a missing dependency: 'stopViewingPreview'. Either include it or remove the dependency array. If 'stopViewingPreview' changes too often, find the parent component that defines it and wrap that definition in useCallback
build: src/link/preview.js#L84
React Hook useEffect has a missing dependency: 'insertControllersMenu'. Either include it or remove the dependency array
build: src/link/preview.js#L95
React Hook useLayoutEffect has a missing dependency: 'onForceClose'. Either include it or remove the dependency array
build: src/link/tooltip.js#L63
React Hook useEffect has missing dependencies: 'tooltipDisplayedCount', 'tooltipDisplayedFullDuration', and 'waitOneSecThenDisplayTooltip'. Either include them or remove the dependency array
build: src/link/tooltip.js#L70
React Hook useEffect has a missing dependency: 'clearTimeouts'. Either include it or remove the dependency array
build: src/link/tooltip.js#L77
React Hook useEffect has missing dependencies: 'clearTimeouts' and 'finishDisplayingTooltip'. Either include them or remove the dependency array