You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using material-ui with react-starter-kit.
When server side rendering, accessing DOM in componentWillMount can't be accept.
In file material-ui/lib/overlay.js 64 line, it may reference document.
So it doesn't work. Can I get any solutions?
Thank you.
The text was updated successfully, but these errors were encountered:
Hi.
I'm using material-ui with react-starter-kit.
When server side rendering, accessing DOM in componentWillMount can't be accept.
In file material-ui/lib/overlay.js 64 line, it may reference document.
So it doesn't work. Can I get any solutions?
Thank you.
The text was updated successfully, but these errors were encountered: