Russell W.

Results 2 comments of Russell W.

Having the same issue. I can also try to provide a minimal reproduction. Modifying a used style has the same effect (hot reload), removes all styles (applies the classname, but...

> Hi y'all, I found a workaorund for that is: not rendering `StyleSheetManager` in browser and directly render the `children` for the `StyledComponentsRegistry`. > > ```diff > function StyledComponentsRegistry({ children...