How to see Styled Components' names (class names) in inspector? #4293
-
Hi! Does anyone have a stable solution to this? I really love styled components, so it would be great to find a solution to this. Thanks in advance! I'm using Vite. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Installing babel-plugin-styled-components solved it, so:
and then updating
|
Beta Was this translation helpful? Give feedback.
Installing babel-plugin-styled-components solved it, so:
and then updating
vite.config.js
: