Stefan Cameron
Stefan Cameron
I hit this right away, having just added the rule to my lint rules. In a component where I have many props, some which are targeted to internal components I'm...
Thank you! Some of the custom items we're adding in https://github.com/Mirantis/lens-extension-cc don't have a logical "open" action. They are meant to be viewed only. So it actually makes more sense...
Good question. I think it could be really useful if the Details Panel would appear on top of whatever I'm currently looking at in Lens. For example, if I'm looking...
@JoviDeCroock Thanks for pointing that out. You are correct in that the backticks must be escaped in the string you're providing to the `code` prop of the LiveProvider, but that...
Well that was "fun": https://github.com/focus-trap/tabbable/pull/692 (my journey upgrading from Cypress 9.x to 10.0.3), particularly foiled by this very issue. In the end, it came down to this old code that...
@amje Thanks for reporting this, and for the sandbox repro. I will check this out!
Indeed, this is strange behavior.
I did some investigating and identified the problem in branch `issue375`. To be continued...
Thanks for the input. I've got something in the works, but I think it's going to be quite a large change so may take a while for me to get...
Slow going, but I just had an idea of how to solve this, so I updated my branch and included my idea in a `// DEBUG IDEA` comment: https://github.com/focus-trap/focus-trap/blob/issue375/index.js#L298 Will...