Oleksandr Andrushchenko
Oleksandr Andrushchenko
There is not well documented property type `schemas` I got  but then I just ignored it and all works well, final working variant ``` const {...
@ernestyouniverse @all https://github.com/oleksandr-andrushchenko/ExamMeApi/blob/main/src/application.ts if it helps - give me a star, thank you!
As I understood, it happens when initial state is set to open: open={true} In this case parent container is not ready, I guess, so need to give time for whole...
@alexazarh use ThemeProvider with custom settings, in your case you need to update dialog settings in the next way: ``` dialog: { styles: { base: { backdrop: { position: 'fixed...