Justin Hess
Results
1
comments of
Justin Hess
I was able to fix it in my project. I did a few things: I added .bablerc file: ``` { "presets": ["@babel/preset-env", "@babel/preset-react"], "plugins": ["babel-plugin-styled-components"] } ``` I'm using typescript...