gajus / babel-plugin-react-css-modules

Transforms styleName to className using compile time CSS module resolution.
Other
2.05k stars 162 forks source link

It didn't render as except, and render class in a strange way #272

Open TheRaindrop opened 4 years ago

TheRaindrop commented 4 years ago

image When I code like that, the boxed part didn't render any class, like show in the below image

But when I add a new line like this image It's OK now!!! But it is unpridictable, I can't code in this way image So, what's the problem

hinok commented 4 years ago

@TheRaindrop Check if disabling babel cache solves your issue.