redux-auth icon indicating copy to clipboard operation
redux-auth copied to clipboard

Error Coming from Default Module

Open ac7552 opened this issue 7 years ago • 6 comments

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

ac7552 avatar Jan 11 '18 16:01 ac7552

Any luck on this? I'm getting the same error when trying to import any of the forms.

ddmilo avatar Jan 15 '18 16:01 ddmilo

Not sure if thats me doing smth wrong, but I see the same error.

sandric avatar Jan 16 '18 00:01 sandric

@ac7552 @ddmilo @sandric any solution for that ? I have the same error when trying to import EmailSignUpForm from 'redux-auth/default-theme'

arnaudcosson avatar Apr 16 '18 21:04 arnaudcosson

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.

lingaramo avatar May 12 '18 16:05 lingaramo

I have this same issue. It kind of sucks that this hasn't been resolved after 10 months :/

nsallis avatar Mar 04 '19 17:03 nsallis

Try using react/react-dom 15.*

lingaramo avatar Mar 04 '19 18:03 lingaramo