import * as React from 'react'; import Box from '@mui/joy/Box'; import Modal from '@mui/joy/Modal'; import ModalDialog from '@mui/joy/ModalDialog'; import Typography from '@mui/joy/Typography'; export default function ServerModal() { const rootRef = React.useRef(null); return ( rootRef.current} > Server-side modal If you disable JavaScript, you will still see me. ); }