How to automatically open a new tab in React RouterDOM without being blocked as a popup?

Viewed 15

I tried many ways to open a link in a new tab in React as a function callback however it is considered as a pop up and blocked. I know that browsers allow a new tab to open only if it's a direct click but is there a way to bypass that?

0 Answers
Related