Mw Guldenpfennig
Mw Guldenpfennig
[Buffer](https://buffer.com/)
> Unfortunately, may have to wrap each Slate call in a try/catch I actually just created a plugin to do this. It was surprisingly simple. ``` import { logError }...
I managed to solve it by replacing `rt-dialog-overlay-no-op` animation with `rt-fade-out` in overlay styling. ``` &:where([data-state='closed']) { - animation: rt-dialog-overlay-no-op 160ms cubic-bezier(0.16, 1, 0.3, 1); + animation: rt-fade-out 160ms cubic-bezier(0.16,...