react-timer-mixin icon indicating copy to clipboard operation
react-timer-mixin copied to clipboard

TimerMixin provides timer functions for executing code in the future that are safely cleaned up when the component unmounts

Results 6 react-timer-mixin issues
Sort by recently updated
recently updated
newest added

Is this project still useful. it hasn't be updated in the last two year.

When using _jsdom_ in combination with _Enzyme_ for testing _react-native_ using _jest_ we run into an error where `window.requestAnimationFrame` is undefined. However, running in the node context, `global.requestAnimationFrame` is made...

Appears not to work properly, perhaps because used as a @mixin() ? Warning: setState(...): Can only update a mounted or mounting component. This usually means you called setState() on an...

Right now mixins are not supported in react component that follow es6 class syntax. Should we be writing a timermixin that can be extended by a react component with class...

enhancement

Console: ![image](https://cloud.githubusercontent.com/assets/2733862/12971974/a808242e-d0a9-11e5-84a7-86fbf7d2993c.png) File: ![image](https://cloud.githubusercontent.com/assets/2733862/12971979/bdbc08bc-d0a9-11e5-9b3a-71b096305ff6.png) No other errors, just this comes time to time, somewhere setter is used incorrectly.