Skip to content

Commit

Permalink
Re-export AbortedDeferredError from @remix-run/router
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Aug 31, 2022
1 parent 3e99fb2 commit 8500315
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/react-router-dom/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ export type {
To,
} from "react-router";
export {
AbortedDeferredError,
Await,
DataMemoryRouter,
MemoryRouter,
Expand Down
1 change: 1 addition & 0 deletions packages/react-router-native/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export type {
To,
} from "react-router";
export {
AbortedDeferredError,
Await,
DataMemoryRouter,
MemoryRouter,
Expand Down
4 changes: 3 additions & 1 deletion packages/react-router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import type {
To,
} from "@remix-run/router";
import {
AbortedDeferredError,
Action as NavigationType,
createPath,
defer,
Expand Down Expand Up @@ -146,8 +147,9 @@ export type {
To,
};
export {
DataMemoryRouter,
AbortedDeferredError,
Await,
DataMemoryRouter,
MemoryRouter,
Navigate,
NavigationType,
Expand Down

0 comments on commit 8500315

Please sign in to comment.