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
How can I use useMaterialReactTable with the ThemeProvider
Screenshots or Videos (Optional)
No response
Do you intend to try to help solve this bug with your own PR?
None
Terms
I understand that if my bug cannot be reliably reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.
The text was updated successfully, but these errors were encountered:
material-react-table version
v3.2.0
react & react-dom versions
v3.2.0
Describe the bug and the steps to reproduce it
When Using useMaterialReactTable with ThemeProvider the Container doesn't change
Minimal, Reproducible Example - (Optional, but Recommended)
const darkTheme = createTheme({
palette: {
mode: 'dark',
},
})
The Above theme doesn' apply
Yet this works
How can I use useMaterialReactTable with the ThemeProvider
Screenshots or Videos (Optional)
No response
Do you intend to try to help solve this bug with your own PR?
None
Terms
The text was updated successfully, but these errors were encountered: