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);
withCloseOnNavigationopenonCloseLayout component uses withCloseOnNavigation
window.historynext/linknext/routerWrite an email to opensource@sodaru.com