Skip to content

T365634: Fix warnings #107

T365634: Fix warnings

T365634: Fix warnings #107

Triggered via pull request June 5, 2024 15:20
Status Success
Total duration 1m 7s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
build: src/link/edit.js#L187
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/preview.js#L84
React Hook useEffect has a missing dependency: 'insertControllersMenu'. 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