You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was signed with the committer’s verified signature.
We've been finding the update/action pattern to be too verbose for basic use cases. This version keeps the v7 types and lifecycle code while returning state updates to the more traditional setState and setStateThen
Fixed a bug with type checking actions correctly (#71)
This commit was signed with the committer’s verified signature.
Resolved an issue which broke proper type checking on send, capture, etc's action type. This is a major version bump because the Self and ReactComponentInstance types changed, and updating could cause compile errors in cases which were not previously caught. There should be no compile errors while upgrading if all your actions are dispatched correctly (and you never used the ReactComponentInstance type).