mirror of
https://github.com/status-im/react-native.git
synced 2025-02-04 05:34:15 +00:00
Changes based on @brentvatne revision
This commit is contained in:
parent
47e56d778a
commit
597f9d94fd
@ -71,5 +71,4 @@ var Component = React.createClass({
|
|||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
We strongly discourage using `setTimeout(...)` and recommend using `this.setTimeout(...)`.
|
We strongly discourage using the global `setTimeout(...)` and recommend instead that you use `this.setTimeout(...)` provided by react-timer-mixin. This will eliminate a lot of hard work tracking down bugs, such as crashes caused by timeouts firing after a component has been unmounted.
|
||||||
This will eliminate a lot of hard work tracking down bugs.
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user