Skip to content

v0.2.3 Improved reducer typing

Latest
Compare
Choose a tag to compare
@antonk52 antonk52 released this 20 Oct 12:11
· 1 commit to main since this release

This release only improves typescript typings by allowing any actions to be passed to reducers created with rainbow-actions.

Before you could only supply actions created provided as a generic parameter to handleActions function.

Thanks to @ykornilov for noting this out 📝