You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A vite update caused the stylesheet name of the react-file-manager to be /dist/react-file-manager.css from /dist/style.css originally during vite build.
Update the vite.config.js file to keep it generating style.css file on vite build.