hyojin / material-ui-datatables

An another React Data tables component.
MIT License
165 stars 58 forks source link

muiTheme problem with "material-ui": "next" #81

Open CharlyPoppins opened 6 years ago

CharlyPoppins commented 6 years ago

Hi, i have a problem using

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 work :)