josepot / rereducer

Create declarative redux reducers without boilerplate.
MIT License
13 stars 1 forks source link

[FIX]: Remove TS support for curried initialState on rereducer #13

Closed voliva closed 6 years ago

voliva commented 6 years ago

This feature is quite unused and will probably be deprecated on the next version - And it was causing TS to have a hard time figuring out which overload to use, specially when dealing with null initial values.

josepot commented 6 years ago

Makes sense. And yes, that feature will be deprecated in v3 (see #14).

Could you please increase the version number as well? That way I can merge it and publish it in one go. Thanks!