Radosław Rosłaniec
Radosław Rosłaniec
Same problem here 👋
yea, @raae you're right. But in the previous version that was possible :( Now I need to have time to refactor it...
Solution proposed by @amalitsky works but it's a little bit hacky. In my personal project I have two branches with Gatsby v4 but one with mui v4 and second with...
I resolved all my problems 🎉 Basically a solution was to replace `gatsby-plugin-material-ui` with `gatsby-plugin-emotion`. I did not yet found any problems with my site.
Hi, I prepared pull request https://github.com/goatslacker/iso/pull/29
v1 as topic says
I have the same problem. There is PR to fix it: [27](https://github.com/electrode-io/electrode-react-ssr-caching/pull/27)
I solved that problem with turned off mangle in UglifyJs in webpack (it is not a good solution) ` new webpack.optimize.UglifyJsPlugin({ mangle: false, }) ` I think it will be...
Had same error - I've used example from https://github.com/petermikitsh/react-ssr-optimization-demo and it's now working