redux-timer-middleware icon indicating copy to clipboard operation
redux-timer-middleware copied to clipboard

actionPayload is not implemented for endless timers

Open Apelsinmack opened this issue 7 years ago • 0 comments

ActionPayload doesn't work for endless timers since it's only used when timerPeriod is set. As a workaround I set timerPeriod to -1 which will result in an infinit timer since timerPeriod never will be 0.

Apelsinmack avatar May 15 '18 14:05 Apelsinmack