redux-auth
redux-auth copied to clipboard
Error Coming from Default Module
I'm currently getting the following error whenever I try to import a default component.
TypeError: Cannot read property 'object' of undefined
./node_modules/redux-auth/default-theme.js
node_modules/redux-auth/default-theme.js:1
Any luck on this? I'm getting the same error when trying to import any of the forms.
Not sure if thats me doing smth wrong, but I see the same error.
@ac7552 @ddmilo @sandric any solution for that ? I have the same error when trying to import EmailSignUpForm from 'redux-auth/default-theme'
Same error here with AuthGlobals component.
Also when trying with:
bootstrap-theme: TypeError: Cannot read property 'bool' of undefined
material-ui-theme: TypeError: Cannot read property 'object' of undefined
Could be some wrong configuration, but I couldn't find a clue in the docs. I'm using Rails5/webpacker and following the examples in the docs.
I have this same issue. It kind of sucks that this hasn't been resolved after 10 months :/
Try using react/react-dom 15.*