Isaac Abrahamson
Isaac Abrahamson
This just happened to me using PyCharm where `undefined` was auto-imported from zod when typing out a `if (isBoolean === undefined)` condition.
The z-index configuration does not work for autocomplete components. I tried using the solution above with overlay set to a higher zindex than modal, but the issue remains: https://stackblitz.com/edit/2nhpwg-km8zxngw?file=src%2Fmain.js%3AL124
Related to this, the `preview` for the `Image` component also has this same issue. If an `Image` is inside a `Dialog`, when user presses esc inside the image preview, the...