We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
peerDependency
devDependency
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 withdevDependency
might solve this.The text was updated successfully, but these errors were encountered: