immerjs / use-immer

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

fix typings path #15

Closed lukahartwig closed 5 years ago

lukahartwig commented 5 years ago

I noticed that the typings were pointing to the wrong file and also the Reducer type was no longer exported because of the generated declaration file.

mweststrate commented 5 years ago

Thanks, releasing!