No takeEvery with pattern for multicast channel?
Author: aioobeCreated Jul 8, 2024Updated Jul 8, 2024
Description
Documentation says
Note that using take with the multicastChannel requires us to pass the additional argument pattern - that you can use to filter the actions to take.
I.e. in multicast channels it's common to handle a subset of the event types broadcasted. This makes me wonder:
Why there is no takeEvery effect that accepts a pattern for channels?
Source: redux-saga/redux-saga