Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 254 Bytes

2021_08_18.md

File metadata and controls

12 lines (11 loc) · 254 Bytes

[[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>