We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using the latest version - 0.13.2 - in an universal app and inline-style-prefixer dependency throws an error in Prefixer.js
inline-style-prefixer
Prefixer.js
file: /material-ui/node_modules/inline-style-prefixer/lib/Prefixer.js
ln: 42 this.cssPrefix = this._browserInfo.prefix.CSS; ===> this._browserInfo.prefix is not defined.
Downgrading is also not an option because of: #2013
I think the community would really appreciate if the releases would be safe for isomorphic/universal apps.
Thanks in advance, Liviu.
The text was updated successfully, but these errors were encountered:
#2119
Sorry, something went wrong.
@liviuignat We are sorry about this. Unfortunately we don't have any test for the server side rendering.
No branches or pull requests
I am using the latest version - 0.13.2 - in an universal app and
inline-style-prefixer
dependency throws an error inPrefixer.js
file:
/material-ui/node_modules/inline-style-prefixer/lib/Prefixer.js
ln: 42
this.cssPrefix = this._browserInfo.prefix.CSS; ===> this._browserInfo.prefix is not defined.
Downgrading is also not an option because of:
#2013
I think the community would really appreciate if the releases would be safe for isomorphic/universal apps.
Thanks in advance,
Liviu.
The text was updated successfully, but these errors were encountered: