-
-
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
createRemixStub -> createRoutesStub #11692
Conversation
🦋 Changeset detectedLatest commit: 7ad753e The changes in this PR will be included in the next version bump. This PR includes changesets to release 7 packages
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 |
606f60e
to
3a6b581
Compare
packages/react-router/index.ts
Outdated
export type { RoutesTestStubProps as RemixStubProps } from "./lib/dom/ssr/create-remix-stub"; | ||
export { createRoutesStub as createRoutesStub } from "./lib/dom/ssr/create-remix-stub"; |
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.
export type { RoutesTestStubProps as RemixStubProps } from "./lib/dom/ssr/create-remix-stub"; | |
export { createRoutesStub as createRoutesStub } from "./lib/dom/ssr/create-remix-stub"; | |
export type { RoutesTestStubProps } from "./lib/dom/ssr/create-remix-stub"; | |
export { createRoutesStub } from "./lib/dom/ssr/create-remix-stub"; |
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.
woops, didn't save the file 😅
090ee30
to
615d36a
Compare
615d36a
to
7ad753e
Compare
🤖 Hello there, We just published version Thanks! |
No description provided.