-
We're using When profiling we can se the following: ![]() The function which seems to be called over and over is ![]() But it keeps going and the tab freezes: ![]() @ling1726 It started when we moved from We would like to identify a specific commit that introduces the problem but we're having a hard time knowing how to test specific commits instead of released version tags of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Is it possible to create a minimal repro on codesandbox using fluent UI components? It would be much faster for us to root cause and apply a fix |
Beta Was this translation helpful? Give feedback.
Looking at the example I would actually call that an edge case we never considered - we've always assumed the Portal to be rendered out of DOM order to the reference element. I've created #29991 which should be fixed by #29990.
It's a nice edge case to catch - thx