Cee Chen

Results 302 comments of Cee Chen
trafficstars

Thank you so much for the detailed CodeSandbox repro @logeekal, this is super helpful! As Chandler mentions, the issue appears to be updating a single EuiFlyout in place by changing...

This is definitely a workaround, but to be honest a focus trap within a focus trap (i.e., the flyout within full screen mode) is an edge case scenario that generally...

Great catch! I was wondering why this was happening 😬

Actually - am I going crazy or does this focus fighting primarily seem to only happen on webpack dev hot reload? It isn't happening at all on prod during normal...

It's not happening for me on prod/latest Firefox or Chrome personally: ![screencap](https://user-images.githubusercontent.com/549407/183942002-1386c36a-1a3b-4ca8-895d-82ebc9c6ffc3.gif) Can you take a screencap of what you're seeing? I have seen it happen on local dev but...

ohh i totally brainfarted on search! that makes sense, thank you!

@snide helped provide some context that this will likely impact a decent amount of downstream consumers. Cross-posting here for visibility: > where things will break is that i know for...

I know I mostly forgot about this PR while doing other things, but it looks like now might be a good time to re-raise it during the CSS-in-JS conversion. @cchaos...

Thanks for finding this @balthild! For context, I removed the concatenated `.js` extension in https://github.com/elastic/eui/pull/5212 because local dev now uses Typescript / `.tsx` but production still compiles to `.js`, and...

Ahhh, gotcha. Another alternative for consuming `EuiIcon`s is how SSRs handle it: https://github.com/elastic/eui/tree/main/wiki/consuming-eui#failing-icon-imports