Cal
Cal
Just dug into the code and realized that there is an undocumented `usePortal` prop on ``, and you already have a `` element - so I have everything I need!...
Hi @brentertz - sorry for the delay. > then hides the main app, identified by the appSelector prop, by applying an aria-hidden attribute How does mineral-ui identify the "main app"?...
So I've found the part of the code that was taking a long time - it's actually spending almost all of the time creating the error "state stack". If I...
`io::Error` is definitely more useful than `anyhow::Error`. And if the user wants something more useful that `io:Error` they can wrap it in a struct `CannotReadSomething(io::Error)` and unless they add it...
For me, it worked when I added the Toast to the modal view, but the Toast has to be the last component. ```tsx export function ModalView({ children }: ModalViewProps) {...