Skip to content

v1.2.10

Choose a tag to compare

@SupremeTechnopriest SupremeTechnopriest released this 15 Mar 16:54
· 312 commits to master since this release

Bugfixes

  • children are now passed directly without being wrapped. This means that you have to pass a valid react element as children to IdleTimer. (Must be contained in a single element)
  • clearInterval on componentWillUnmount() resolves an issue trying to setState on an unmounted component.