#UseNavigate in Modal
7 messages · Page 1 of 1 (latest)
Put your Modal component inside your router
<BrowserRouter> <Route path="/login /> <EquipmentRepairModal /> </BrowserRouter
so something like this should do it bcz I'm opening the modal using
openModal({ title:"title", children:( <EquipmentRepairModal /> ) })
edit: it does not
any idea how i can fix this
Put your ModalsProvider inside router
thank you much appreciated it works now can you explain why i taught modal are always mounted
They are only mounted when opened prop is set tot true