Greg Valentine
Greg Valentine
[api-extractor] Partial package.json files (used by bundlers for tree shaking) prevent .d.ts rollup
## 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...
- [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...
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:  #...