**Describe the need** <!-- What kind of problem do you want solved? --> We can safely use props in a `setTimeout` callback, but not a `window.setTimeout` callback. We prefer the latter because of the consistent typing for the return value. **Suggested Solution** <!-- What would you like to see added to this plugin? --> **Possible Alternatives** <!-- Is there a way to work around the problem? If so, give a few details. --> **Additional context** <!-- Add any other context about the idea here. --> <!-- Never expected, always appreciated! --> - [x] I would be willing to contribute a PR to implement this feature