My React web page is running in localhost perfectly but when building some parts becoming blank (not rendering properly)
In my React Web Page something about my build is causing it to perform differently from the output of the Build command compared to my Develop command. (Blank screen when use build command). When I use npm run start command the web page is visible and show every content. But when I use npm run build && npx serve -s build some components are not rendering correctly and shows blank page in middle parts.