How can I update URL along with rendering a component inside Modal? URL not getting updated
I created a Modal
as compound component that manages all its state itself. Now I’m trying to open modal and render PostDetails
component inside it. Modal
getting open and component rendering as well but URL not getting updated.
How i can update URL along with rendering a component inside Modal? url not getting update
I created a Modal as compound component that manages all its state itself. Now i’m trying to open modal and render PostDetails component inside it. Modal getting open and component rendering as well but url not getting updated.
if i go without modal, url updated. but i want to open postDetails component inside modal and at the same time url should also updated. because i’ll use params to fetch post details later.