diff --git a/.changeset/popular-insects-visit.md b/.changeset/popular-insects-visit.md new file mode 100644 index 00000000000..283cb797992 --- /dev/null +++ b/.changeset/popular-insects-visit.md @@ -0,0 +1,5 @@ +--- +"@remix-run/react": minor +--- + +Added some missing react-router exports to @remix-run/react diff --git a/packages/remix-react/index.tsx b/packages/remix-react/index.tsx index 5402414995a..99445deb312 100644 --- a/packages/remix-react/index.tsx +++ b/packages/remix-react/index.tsx @@ -15,6 +15,12 @@ export type { unstable_BlockerFunction, } from "react-router-dom"; export { + createPath, + generatePath, + matchPath, + matchRoutes, + parsePath, + resolvePath, Form, Outlet, useAsyncError,