davidmfoley / react-router-modal

Simple modals for react-router 4
MIT License
153 stars 20 forks source link

Is it possible? How open multi modal by dynamic id? #36

Closed mdmasumbillah closed 5 years ago

mdmasumbillah commented 5 years ago

I did open correctly but but problem is, when closed modal.

screenshot 2018-12-10 at 15 20 27

screenshot 2018-12-10 at 15 20 45

localhost:4000/users/:id/task/:id
davidmfoley commented 5 years ago

In order to hide the top modal, you need to navigate the browser to a location where the ModalRoute no longer matches. You can use a Link to do this.

mdmasumbillah commented 5 years ago

@davidmfoley thanks for reply. I solved this by created dynamic ModalRoute.