redux-saga-test-plan icon indicating copy to clipboard operation
redux-saga-test-plan copied to clipboard

Missing dependencies in package.json

Open aschultz opened this issue 5 years ago • 0 comments

Issue redux-saga-test-plan requires "@redux-saga/is" and "@redux-saga/symbols" at runtime, but doesn't list the package as one of its public dependencies in package.json.

This issue is particularly acute for consumers that leverage pnpm, which sandboxes dependencies and prevents cross-package pollution that would otherwise fulfill the dependency.

Solution Change package.json to include "@redux-saga/is" and "@redux-saga/symbols" in "dependencies" or "peerDependencies".

aschultz avatar Nov 07 '19 01:11 aschultz