Trevor Burnham

Results 99 comments of Trevor Burnham

Still seeing this issue in Kap 3.5.1 with macOS Monterey 12.1.

@sindresorhus That release appears to be free of the issue! Thanks. πŸ‘

πŸ‘‹ Hey folks, I'd like to suggest an alternative solution here: Since the prev/next arrow SVGs are redundant with the `aria-label` on the button, IMO the best experience for assistive...

I believe this is a special case of https://github.com/hipstersmoothie/react-docgen-typescript-plugin/issues/51: The downstream `react-docgen-typescript-plugin` relies on the `displayName` generated by `react-docgen-typescript` in order to generate the code, but the `displayName` generated in...

Hmm, yeah, that certainly sounds like a bug to me. I can put a patch together.

> I don't really expect many people to be using the `expression` property. I have an example of using the `rawExpression` property though… Hmm. That example uses `rawExpression` to get...

@pvasek @joshwooding Sorry for the delay in getting back to you. As suggested, I've changed `rawExpression` to `rootExpression` here. πŸ‘ --- I do think this is something of a workaround...

Generally I wait to see what happens in the upstream project first, so I'll keep an eye on https://github.com/JedWatson/react-select/pull/1436.