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.
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).