I am a newbie web developer and stakeoverflow. I am using Reactjs and Material UI. In my current task, I notice that the CSS styling is behave differently between stage and my local development. I don't have access to the code deployed in the stage server to check if this issue is related to server. This bug appeared after merging my code into stage so I think the issue maybe not from our stage server (caching issue, dependency/env issue ....), it might be due to my mistake in the code.
In local development (the div is rounded, desired output): Image 1 Image 2
After merged into stage (the div is squared, bug): Image 1 Image 2
I never editing on any styling function and never add dependencies throughout the development. I have tried access the stage with different browsers and different machine. I am here to seek some advise why it happens. This CSS issue never happend in local development.
Thousands of thanks!
I have 2 suggestions for you:
In regards to the revert not working, I don't have a good suggestion (other than cache problems), that's pretty weird.