redux-saga / redux-saga-devtools

Saga monitor and UI devtool for redux-saga
MIT License
269 stars 39 forks source link

add redux-saga@^0.13.0 as peerDependency #8

Closed jackbackes closed 7 years ago

jackbackes commented 7 years ago

Really great bundle. Love seeing how it is coming together.

So... I installed redux-saga-devtools as a dev dependency, but I was still on redux-saga@0.11.0.

I spent the last hour trying to figure out why redux saga wasn't responding to effects, before realizing that I didn't have the correct version of redux-saga.

If you add redux-saga as a peer dependency, then npm will warn the user if the user doesn't have the right version, but it will be up to the user to install.

Thanks!

jackbackes commented 7 years ago

well, nevermind. it looks like it's already there! I don't know why npm wasn't warning me!