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
Uncaught TypeError: Cannot read property 'baseTheme' of undefined
at getStyles (DataTables.js?7f0e:96)
at DataTables.render (DataTables.js?7f0e:298)
at eval (ReactCompositeComponent.js:795)
at measureLifeCyclePerf (ReactCompositeComponent.js:75)
at ReactCompositeComponentWrapper._renderValidatedComponentWithoutOwnerOrContext (
Even if I add theme, can not work well :
once click a button, the button would be masked by a gray layer.
The text was updated successfully, but these errors were encountered:
@hyojin Thanks that fixed my issue - I was getting the same exact error.
Added this to my app.tsx:
import lightBaseTheme from 'material-ui/styles/baseThemes/lightBaseTheme';
import MuiThemeProvider from 'material-ui/styles/MuiThemeProvider';
import getMuiTheme from 'material-ui/styles/getMuiTheme';
First, I don't know why I have to add
to
Or it would complain
Even if I add theme, can not work well :
once click a button, the button would be masked by a gray layer.
The text was updated successfully, but these errors were encountered: