Deployed Website: https://nostrarestaurant.netlify.app/
I recently introduced lazy imports in my react app, after changes the netlify builds the website successfully and deploys it to domain but on visiting website blank screen is shown after loader is run(which is imported statically). Tried all fixes available but is not working, but on deploying the website to vercel, it works flawlessly on their platform(https://nostrarestaurant.vercel.app/).
Here’s Console Error:
No such errors are seen on vercel deployment.
Here’s Github Repo in question : GitHub - abhisheksharm-3/nostra
Any help would be appreciated, Thanks!