Raman Nikitsenka
Raman Nikitsenka
I've got the solution with material-ui v3. It's the implementation their [configuration](https://v3.material-ui.com/guides/server-rendering/) ```js import React from "react"; import ReactDOMServer from "react-dom/server"; import {SheetsRegistry} from "jss"; import JssProvider from "react-jss/lib/JssProvider"; import...
I have the same issue. Any ideas on how to quickly fix it?
> If you just want to run it, so delete line shared: ['react', 'react-dom'], it work for me. Waiting for @flyfishzy fix it The error happened to me was vite...