immerjs / use-immer

Use immer to drive state with a React hooks
MIT License
4.04k stars 92 forks source link

Make clear immer is a peer dependency #30

Closed ronnyhaase closed 5 years ago

ronnyhaase commented 5 years ago

This wasn't obvious to me, even though quickly fixed. Looking at other libraries READMEs it's quite common to make this clear by adding peer dependencies to the npm install.

mweststrate commented 5 years ago

Good catch!