material-ui-markdown-editor icon indicating copy to clipboard operation
material-ui-markdown-editor copied to clipboard

TypeError: Cannot read property 'prepareStyles' of undefined

Open eurobob opened this issue 6 years ago • 1 comments

Toolbar.render
node_modules/material-ui-markdown-editor/node_modules/material-ui/Toolbar/Toolbar.js:82
  79 |     noGutter = _props.noGutter,
  80 |     style = _props.style,
  81 |     other = (0, _objectWithoutProperties3.default)(_props, ['children', 'className', 'noGutter', 'style']);
> 82 | var prepareStyles = this.context.muiTheme.prepareStyles;
  83 | 
  84 | var styles = getStyles(this.props, this.context);
  85 | 

eurobob avatar Apr 10 '19 10:04 eurobob

Hi! Thanks for the issue, can you please provide more context? Thanks.

diedsmiling avatar Apr 11 '19 09:04 diedsmiling