-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
Collapse Packages #11505
Collapse Packages #11505
Conversation
🦋 Changeset detectedLatest commit: f1233ec The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@@ -234,91 +232,115 @@ export { | |||
useRoutes, | |||
}; | |||
|
|||
function mapRouteProperties(route: RouteObject) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moves down into components.tsx
}); | ||
} | ||
// Expose old @remix-run/router API | ||
export type { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remix router API exported from react-router
now - we have a subsequent task to trim this down to remove anything that's meant to be an RR implementation detail
return updates; | ||
} | ||
// Expose old RR DOM API | ||
export type { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
react-router-dom
API exported through react-router
now
@remix-run/router
,react-router-dom
, and@remix-run/testing
intoreact-router
react-router-dom
is left for backwards compatibility and re-exports everything fromreact-router
react-router