diff --git a/docs/src/components/Demo/index.tsx b/docs/src/components/Demo/index.tsx index a8113c3..8c34836 100644 --- a/docs/src/components/Demo/index.tsx +++ b/docs/src/components/Demo/index.tsx @@ -1,4 +1,5 @@ import Button from '@material-ui/core/Button' +import NoSsr from '@material-ui/core/NoSsr' import Slider from '@material-ui/core/Slider' import { createStyles, makeStyles, Theme } from '@material-ui/core/styles' import Typography from '@material-ui/core/Typography' @@ -84,17 +85,19 @@ const Demo: React.FC = props => { return (