v7.0.0
- Resolved an issue which broke proper type checking on
send
,capture
, etc'saction
type. This is a major version bump because theSelf
andReactComponentInstance
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 theReactComponentInstance
type).