Skip to content

It's in the toolbar now, not in the menu (#113) #65

It's in the toolbar now, not in the menu (#113)

It's in the toolbar now, not in the menu (#113) #65

Triggered via push April 12, 2024 21:01
Status Success
Total duration 1m 22s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
build: src/link/edit.js#L194
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