Brian Vaughn
Brian Vaughn
OS X, but with scrollbars set to "always on"
This sounds a lot like a browser bug to me.
Ah! Good point @tomasfrancisco. I have run into that before also when a parent was `overflow: "auto"`
The repro project seemingly has unrelated errors for me when run locally: > Uncaught TypeError: classnames_1.default is not a function > at List.render (app.js:25947)
I haven't used this package in years. I don't have the mental bandwidth or the desire to maintain it. If someone else (preferably someone who actively uses it) wants to...
Looks like the domain record expired. Oh well. I'll update the GH page.
Bugfix PR welcome. I doubt I'll have any time to look into this.
Adding support would still be nice for [React users](https://facebook.github.io/react-native/docs/timers.html) or those using [the setImmediate polyfill](https://www.npmjs.com/package/setimmediate). I just spent a few minutes scratching my head about why `jasmine.clock.tick()` wasn't doing anything.
Looks like the wrong version of React is being imported? Needs to be one of the _experimental_ releases b'c of the unstable APIs DevTools is still using.
Not yet! React DevTools is still using some _suspense_ APIs that aren't finalized. Also `useTransition` and `useDeferredValue` which I think aren't stable yet either? I don't remember what's in stable....