Chris

Results 10 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...

Is there a timeline for a fix for this? The PDF's I generate against the Leafish template don't contain the linked in icon despite the builder displaying it

I have some updates based on further testing: 1. This problem actually presents itself with just _one_ element in that dynamic array. I have no idea why a formatted string...

I appreciate the fast response. I have some client deadlines I need to meet but as soon as I have a free moment I'll send over a POC. Also just...