Skip to content
New issue

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

Need Update, for latest Material UI Version #13

Open
consciousnessdev opened this issue Oct 11, 2019 · 1 comment
Open

Need Update, for latest Material UI Version #13

consciousnessdev opened this issue Oct 11, 2019 · 1 comment

Comments

@consciousnessdev
Copy link

Several import is not suitable with latest material ui, and i facing some issue

Error: You are calling withTheme(Component) with an undefined component. You may have forgotten to import it.

error found in material-ui-pickers.esm.js:133
`
var SelectableCell = withTheme()(styled(Cell)(_templateObject5(), getBorderRadius, function (_ref5) {
var theme = _ref5.theme,
isCurrent = _ref5.isCurrent;
return isCurrent ? fromTheme(theme, 'current', '#9e9e9e') : 'transparent';
}, getBackground, getColor));

`

@jonas-app
Copy link
Owner

jonas-app commented May 13, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants