[[TODO 1]]
Import the hook from [[Material-ui]] as such:
import { NoSsr } from "@material-ui/core";
And then wrap the component that you want to prevent from SSR with this tag:
<NoSsr>
{YOUR_COMPONENT}
</NoSsr>
[[TODO 1]]
Import the hook from [[Material-ui]] as such:
import { NoSsr } from "@material-ui/core";
And then wrap the component that you want to prevent from SSR with this tag:
<NoSsr>
{YOUR_COMPONENT}
</NoSsr>