virissimo
Results
2
comments of
virissimo
I'm having this same issue. Running with `gatsby develop` command, it works fine. But, when I run with `gatsby build` and `gatsby serve`, I get this error:  React: 16.10.2...
Gatsby has some issues converting css. To know what is wrong you need so check the converted code in the **static** folder. ``` @keyframes my-animation { from { transform: scale(2);...