Closed thebearingedge closed 8 years ago
This fixes #392. When a thunk is created from a plain Function component like
Function
const Component = (model) => {}
it is properly updated on re-renders.
Nice!
:grin:
This fixes #392. When a thunk is created from a plain
Function
component likeit is properly updated on re-renders.