I am trying to get my state from inside a saga using the select
effect.
I used this answer to start - getState in redux-saga?
Code:
const { select } = ReduxSaga
select()
Using this codepen redux saga setup (line 35).
Error - select is not a function
Much appreciated.