rx-query
rx-query copied to clipboard
Error on peer dependency
Since npm 8.6.0 peer dependencies are handled strictler.
Now we get the error below:
npm ERR! Could not resolve dependency: npm ERR! peer rxjs@"^6.0.0" from [email protected] npm ERR! node_modules/rx-query npm ERR! rx-query@"^1.0.2" from the root project
Please allow rx-query to work with recent versions of rxjs and update peer dependency accordingly.
Feel free to create a PR to update the (peer)dependencies
Part of #37 thxs to @timdeschryver
Should be resolved in v2.0.1 If that's not the case feel free to open a new issue.