``` myActionCreator(false); ``` will return: ``` { type: 'MY_ACTION' } ``` without payload, cause it doesn't pass current check against undefined. FIX: https://github.com/PlatziDev/redux-duck/pull/3