Prevent Redirect in React and Shadcn
I’m using shadcn
in my React Remix app, and I’m trying to prevent it from redirecting to another page when I click to open a dialog. Currently, clicking on <Link/>
functions correctly, but when I click on , it shouldn’t redirect me; instead, it should simply open the dialog.”
Prevent Redirect When Clicking a Dialog Inside of the Link Using React and Shadcn
I’m using shadcn
in my React Remix app, and I’m trying to prevent it from redirecting to another page when I click to open a dialog. Currently, clicking on <Link/>
functions correctly, but when I click on , it shouldn’t redirect me; instead, it should simply open the dialog.”