Last known working version is std:accounts-ui@1.2.11
Problem: the components are not able to find muiTheme, which they access by context.
e.g.
Component.contextTypes = {
muiTheme: React.PropTypes.object.isRequired
}
@timbrandin do you know why it may not be working? any changes that may affect the context?