I was having issue with the onClick handler for the Link being fired when I clicked the open modal.
This was especially a problem when I tried to use the closeModal function within the Modal since immediately after it was called, the Link onClick was also fired sending the router right back to the modal path.
Hi.
I was having issue with the onClick handler for the Link being fired when I clicked the open modal.
This was especially a problem when I tried to use the closeModal function within the Modal since immediately after it was called, the Link onClick was also fired sending the router right back to the modal path.
Hope this helps other people.