Use Vite instead of CRA #2476
Open
Use Vite instead of CRA #2476
Annotations
4 warnings
Build Web App:
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 Web App:
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 Web App:
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 Web App:
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
|
Loading