Closed
Description
openedon Apr 15, 2017
Issue by kitze
Friday Dec 23, 2016 at 23:37 GMT
Originally opened as storybook-eol/storyshots#68
I'm using material-ui in my project for some of the components. The components that are not affected by material-ui and don't need muiTheme pass the tests. But the other components that need muiTheme provided by context, are failing with a warning Warning: Failed context type: The context `muiTheme` is marked as required in `CircularProgress`, but its value is `undefined`.
Keep in mind that the stories in storybook are fine because I'm providing muiTheme through a decorator like this in my global .storybook/config.js file:
addDecorator(story => wrapWithStyles(story()));
addDecorator(story => wrapWithMui(story()));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment