Timers are unreliable (firing too fast) when Dev Tools are open #22620
Labels
Bug
Debugger
Issues related to React Native DevTools or legacy JavaScript/Hermes debugging
Issue: Author Provided Repro
This issue can be reproduced in Snack or an attached project.
JavaScript
Stale
There has been a lack of activity on this issue and it may be closed soon.
Environment
Description
The same thing as here: #14639
Timers (both intervals and timeouts) are firing too fast, looks like they're dividing the time value by some factor.
Reproducible Demo
Simple
setTimeout(fn, 5000)
usually calls the function in around 1 second, but can be even faster.Closing Dev Tools solves the issue.
#14639 seems to be wrongly closed by bot or there is an regression.
The text was updated successfully, but these errors were encountered: