(payload: P)
| 683 | |
| 684 | // Wrap the action so the return value is void. |
| 685 | const dispatch = (payload: P): void => { |
| 686 | boundAction(payload); |
| 687 | }; |
| 688 | |
| 689 | // $FlowIgnore[prop-missing] |
| 690 | if (typeof boundAction.$$FORM_ACTION === 'function') { |
no outgoing calls