Greg Valentine

Results 4 issues of Greg Valentine

## Please prefix the issue title with the project name i.e. [rush], [api-extractor] etc. ## **Is this a feature or a bug?** - [ ] Feature - [x] Bug **Please...

external issue

- [x] I have verified that the issue occurs with the latest twilio-video.js release and is not marked as a known issue in the [CHANGELOG.md](https://github.com/twilio/twilio-video.js/blob/master/CHANGELOG.md). - [x] I reviewed the...

enhancement

prevent requestIdleCallback from being called when it is undefined see [#87 ](https://github.com/Lodin/react-vtree/issues/87#issue-1186622030) for context

# Description: [Safari doesn't officially support](https://caniuse.com/?search=requestIdleCallback) the `requestIdleCallback` api yet (can be enabled via experimental WebKit features). The `requestIdleCallback` api is still [under consideration](https://webkit.org/status.html#feature-requestidlecallback) by WebKit. ## Example: ![image](https://user-images.githubusercontent.com/12819403/160868691-82df450c-f25d-421d-b263-8d092158ab25.png) #...