React vitejs app using jointjs failed to load data on production mode.
I have created a reactjs vitejs app using jointjs which works fine in the development mode. Once I swtich it to production mode the app does not response. It says failed to laod data.
Github link https://github.com/KaziMinhaj/jedan-app
I just cloned your repo and ran it in production using
npm run buildandnpm run preview, and everything is working fine for me. I don't have any errors in the console (Maybe, you have made some updates).Just as a sidenote, in
App.jsx, you can import thejoint.csstoo. This will fix your grid, and a few other CSS related things.