Clear more setTimeout identifiers
Repository details (talkie)
- Project page
- talkie
- Project log category
- talkie (708 entries)
- Repository
- @joelpurra/talkie
- Owner
- @joelpurra
- Issues
- Issues on Github
- Contributors
- Contributors on Github
- Project status
- ⏲️ This project has had recent commits.
- 📂 This project is open.
- 🌠 This project is popular.
- Repository activity period
- 🗓—
- Commits
- 751 commits
- Stars
- 71 stars
Commit details (72c3fb13)
- Author
- Joel Purra
- Authored at
- Committer
- Joel Purra
- Committed at
Commit message
Clear more setTimeout identifiers
- Keep track of identifiers returned from
setTimeout
/setInterval
calls, and clear them where possible.- Can make a difference in React, where stray/late timer executions may (try to) act on already unmounted components.
- This commit does not complete the larger systematic cleanup effort needed with regards to stateful class instances etcetera.
Raw text
Clear more setTimeout identifiers - Keep track of identifiers returned from `setTimeout`/`setInterval` calls, and clear them where possible. - Can make a difference in React, where stray/late timer executions may (try to) act on already unmounted components. - This commit does not complete the larger systematic cleanup effort needed with regards to stateful class instances etcetera.