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

Using createBrowserRouter and other same functions #19

Closed
Tsyklop opened this issue Nov 16, 2022 · 3 comments
Closed

Using createBrowserRouter and other same functions #19

Tsyklop opened this issue Nov 16, 2022 · 3 comments

Comments

@Tsyklop
Copy link

Tsyklop commented Nov 16, 2022

I need use createHashRouter function. How i can use it with your library?

@lagunovsky
Copy link
Owner

This api is not yet supported.

Alternatively:

import { createMemoryHistory } from 'history'
const history = createMemoryHistory()

@Tsyklop Tsyklop changed the title Using createBrowserRouter and other asme functions Using createBrowserRouter and other same functions Nov 16, 2022
@Tsyklop
Copy link
Author

Tsyklop commented Nov 16, 2022

@lagunovsky is there any future support planned?

@lagunovsky
Copy link
Owner

Duplicate #15

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

2 participants