noderaider / redux-idle-monitor

A Redux component to schedule events at stages of user idleness across multiple browser tabs.
https://noderaider.github.io/redux-idle-monitor/
MIT License
105 stars 9 forks source link

Fix/array includes #17

Closed tomchentw closed 7 years ago

tomchentw commented 7 years ago

.includes => .indexOf !== -1

cchamberlain commented 7 years ago

👍 @tomchentw Thanks for the PR, I'll do a release shortly.