Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

open tab instead of new window #148

Open
lodado opened this issue Jan 4, 2023 · 0 comments
Open

open tab instead of new window #148

lodado opened this issue Jan 4, 2023 · 0 comments

Comments

@lodado
Copy link

lodado commented Jan 4, 2023

hi there!
i want to know how to open tab instead of new window

<NewWindow
          name={"_blank"}
          onUnload={() => {
            onClose();
          }}
        >
          {children}
        </NewWindow>

i try like this but it doesn't work (open new window)
thank you for your reply!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant