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

TypeError: Cannot read property 'baseTheme' of undefined #79

Open
ilyasahsan123 opened this issue Mar 13, 2018 · 3 comments
Open

TypeError: Cannot read property 'baseTheme' of undefined #79

ilyasahsan123 opened this issue Mar 13, 2018 · 3 comments

Comments

@ilyasahsan123
Copy link

ilyasahsan123 commented Mar 13, 2018

hallo, i have issue like this:
`getStyles
93 | // customized components
94 | function getStyles(props, context) {
95 | var _context$muiTheme = context.muiTheme,

96 | palette = _context$muiTheme.baseTheme.palette,
97 | table = _context$muiTheme.table,
98 | tableHeaderColumn = _context$muiTheme.tableHeaderColumn;
99 | `

@lummish
Copy link

lummish commented Mar 30, 2018

Same here. What version of the material-ui package are you using? I had no problems until I upgraded to the new beta

@ilyasahsan123
Copy link
Author

The latest material ui with latest react

@lentyai2
Copy link

This very nice table wouldn't work with the material-ui v.1 - they introduced the whole new API and
broke a bunch of stuff. Note: "Now material-ui provides example code of data tables component with it's v1.0.0 package" on the front page of this repo. It's lacking a bunch of functionality though.

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

3 participants