PolGuixe
PolGuixe
@dschreij the package is now on atmosphere ;) just do `meteor update zetoff:accounts-material-ui` and it should update to `v0.0.11`.
I can verify that `std:[email protected]` is the first one to break it.
@timbrandin the error comes from here: https://github.com/studiointeract/accounts-ui/blob/master/imports/ui/components/LoginForm.jsx#L962 `ReactDOM.render()` is unable to provide a context [(details)](http://stackoverflow.com/questions/38212174/is-it-possible-to-pass-context-into-a-component-instantiated-with-reactdom-rende) hence it breaks out Field. I would suggest doing this check differently for 2 reasons:...
right now there is a hack to fix it https://github.com/Zetoff/accounts-material-ui/blob/develop/main.jsx#L18