redux-timer-middleware
redux-timer-middleware copied to clipboard
actionPayload is not implemented for endless timers
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.