Is there any way I can open the react component in the new tab?
I have react based extension and I want to open a component in the new tab. Is that possible ?
1 Reply
I guess you should be using pages/ and then use the crome api to open a new tab with the page url... I'm not sure but that is how i would try to approach it