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

feat(v8/react): Add support for React Router createMemoryRouter #14985

Merged
merged 3 commits into from
Jan 15, 2025

Conversation

onurtemizkan
Copy link
Collaborator

Backports #14854 to v8

Comment on lines 67 to 72
/**
* Alias for consistency with `wrapCreateBrowserRouter`
* @deprecated Use `wrapCreateMemoryRouterV6` or `wrapCreateMemoryRouterV7` instead.
*/
export const wrapCreateMemoryRouter = wrapCreateMemoryRouterV6;

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added this alias here for consistency.

@onurtemizkan onurtemizkan changed the title feat(react): Add support for React Router createMemoryRouter (#14854) feat(v8/react): Add support for React Router createMemoryRouter (#14854) Jan 13, 2025
Copy link

codecov bot commented Jan 15, 2025

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
695 1 694 302
View the top 1 failed tests by shortest run time
client-app-routing-instrumentation.test.ts Creates a navigation transaction for app router routes
Stack Traces | 30s run time
client-app-routing-instrumentation.test.ts:19:5 Creates a navigation transaction for app router routes

To view more test analytics, go to the Test Analytics Dashboard
📢 Thoughts on this report? Let us know!

@lforst lforst changed the title feat(v8/react): Add support for React Router createMemoryRouter (#14854) feat(v8/react): Add support for React Router createMemoryRouter Jan 15, 2025
@lforst lforst merged commit 6f9bc8b into v8 Jan 15, 2025
158 checks passed
@lforst lforst deleted the onur/backport-v8/memory-router branch January 15, 2025 09:42
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

Successfully merging this pull request may close these issues.

2 participants