material-ui-datatables
material-ui-datatables copied to clipboard
muiTheme problem with "material-ui": "next"
Hi, i have a problem using <DataTables/>
Warning: Failed context type: The context 'muiTheme' is marked as required in 'DataTables', but its value is 'undefined'
I'm using "material-ui": "next" in package.json
<MuiThemeProvider theme={createMuiTheme(myTheme)}>
is wrapping my main component
I don't figure out how to "set" muiTheme in the context, or any other way to make <DataTables/> work :)