Use Vite instead of CRA #145
Annotations
4 warnings
build:
src/webapp/src/components/Library/lists/albums/album-list/album-list-item.jsx#L50
React Hook useEffect has a missing dependency: 'show_covers'. Either include it or remove the dependency array
|
build:
src/webapp/src/components/Player/controls.jsx#L51
React Hook useEffect has missing dependencies: 'setState' and 'state'. Either include them or remove the dependency array
|
build:
src/webapp/src/components/Player/index.jsx#L43
React Hook useEffect has a missing dependency: 'show_covers'. Either include it or remove the dependency array
|
build:
src/webapp/src/components/Player/seekbar.jsx#L51
React Hook useEffect has missing dependencies: 'isSeeking' and 'updateTimeAndProgress'. Either include them or remove the dependency array
|