Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allows the force update to be infinitely caled
This use case is far-fetched but in some contexts (gaming for example) the number of iterations can go beyond the maximum value supported by javascript and end up being `Infinity` which would cause the force update to stop working because `Infinity + 1 === Infinity` is true in javascript
- Loading branch information