HOC to enable components(especially the Material UI Modals) to close when browser is navigated back/forward
import { withCloseOnNavigation } from "mui-extended"; import { Dialog } from "@mui/material"; const NavigationClasableDialog = withCloseOnNavigation(Dialog);
withCloseOnNavigation
open
onClose
Layout component uses withCloseOnNavigation
window.history
next/link
next/router
Write an email to opensource@sodaru.com