Skip to content

Commit 6263aa2

Browse files
authored
Export DataWithResponseInit type for Remix usage (#11859)
1 parent 6778d2b commit 6263aa2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/tricky-frogs-hug.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@remix-run/router": patch
3+
---
4+
5+
[REMOVE] Export DataWithResponseInit for Remix usage

packages/router/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export type {
3333
TrackedPromise,
3434
UIMatch,
3535
V7_FormMethod,
36+
DataWithResponseInit as UNSAFE_DataWithResponseInit,
3637
} from "./utils";
3738

3839
export {

0 commit comments

Comments
 (0)