Results 7 comments of Chris

Confirmed this fixes my issue in a gatsby project as well, I have to hide overflow in the root in `componentDidMount` and delete that in `componentWillUnmount`. Any consideration for how...

Yes, I'm referring to the `` element. I didn't want to modify the library in place or fork a custom version of BSL so this code: ``` componentDidMount() { this.scrollRef...

It's not an issue of installation. Without using the `--HEAD` flag I was on version 3.6.2, which is where the error originally presented. Then any attempts at remediation via compiling...

FWIW bytes 3 and 4 in this mode are 0x5f and 0x23, respectively, on my RGB controller

Terrific, I have a workaround in place in our code for now, but when I have an opportunity I'll point to `master` and see if it's resolved.

Stumbled on this SO answer: https://stackoverflow.com/a/46853211/1061011 And sure enough adding even a blank value for the key `NSFaceIDUsageDescription` in `Info.plist` allows the app to prompt for FaceID before falling back...