No SSR
The No-SSR component defers the rendering of children components from the server to the client.
NoSsr API
Import
import { NoSsr } from '@mui/base/NoSsr';
// or
import { NoSsr } from '@mui/base';
The component cannot hold a ref.
The No-SSR component defers the rendering of children components from the server to the client.
import { NoSsr } from '@mui/base/NoSsr';
// or
import { NoSsr } from '@mui/base';