Nikita Yudin
Results
2
comments of
Nikita Yudin
I checked on android 6 and 11 and everything works as it should.
Hi, @JayMGurav! I found a solution to your problem. Please, move `{CssBaseline.flush()}` from `_document.js` to `_app.js`. The result are as follows: `_app.js` ```ts import { NextUIProvider } from "@nextui-org/react"; import...