Using specific redux saga here we force user to use it, and it might lead to having two sagas if user using different version:
https://github.com/Dash-OS/saga-task-manager/blob/master/package.json#L51
peerDependency in combination with devDependency might solve this.
Using specific redux saga here we force user to use it, and it might lead to having two sagas if user using different version:
https://github.com/Dash-OS/saga-task-manager/blob/master/package.json#L51
peerDependencyin combination withdevDependencymight solve this.