My stylesheet for my React project isn't applying correctly to only one of my components. It works for other components, it also works for ALL the components when my coworkers are running the project, this seems to be a problem for only me. What could be causing this issue?
CodePudding user response:
Look at import in that component, maybe the path of css is wrong write, is better if some code is showed, then we can exactly say wich problem is!
CodePudding user response:
It could be your browser caching the previous CSS did you do something like empty cache and hard reload? – SoroushOwji
This was it, thanks for the help!