function initializeAuth () {
return cookie('authToken')
.step(setAuthToken)
}
Gives the error .step is not a function. This makes sense because step isn't even in the source code.
This is really confusing though. Probably I need something from redux-effects itself, but I don't know what.
Gives the error
.step is not a function. This makes sense becausestepisn't even in the source code.This is really confusing though. Probably I need something from
redux-effectsitself, but I don't know what.