Closed thienpow closed 6 years ago
followed the readme to setup. server is able to start. RN app crashed with this error undefined is not an object (evaluating 'action.payload.auth')
thanks for the heads up!
i think just a simple extra guard should do the trick: if(!action.payload || !action.payload.auth || !action.payload.auth.jwt)
if(!action.payload || !action.payload.auth || !action.payload.auth.jwt)
i've updated master with the fix
master
thanks, it works.
followed the readme to setup. server is able to start. RN app crashed with this error undefined is not an object (evaluating 'action.payload.auth')