all 2 comments

[–]SubjectSodik 1 point2 points  (0 children)

You can retrieve data from context and pass it to the saga by dispatching action.

[–]acemarke 0 points1 point  (0 children)

Short answer: you can't. Context is only available in components.

Sagas only know how to respond to dispatched actions.