itsmepetrov / redux-combine-actions

Redux middleware for combining actions
MIT License
164 stars 9 forks source link

Do not apply combineActions middleware if payload is an empty array #6

Closed nicoarbogast closed 8 years ago

nicoarbogast commented 8 years ago

In case the action.payload is an empty array, it should not be considered as an array of functions.

itsmepetrov commented 8 years ago

@NicoArbogast Thanks!)

itsmepetrov commented 8 years ago

Published 0.1.2

nicoarbogast commented 8 years ago

Thank you @itsmepetrov !