We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6778d2b commit 6263aa2Copy full SHA for 6263aa2
.changeset/tricky-frogs-hug.md
@@ -0,0 +1,5 @@
1
+---
2
+"@remix-run/router": patch
3
4
+
5
+[REMOVE] Export DataWithResponseInit for Remix usage
packages/router/index.ts
@@ -33,6 +33,7 @@ export type {
33
TrackedPromise,
34
UIMatch,
35
V7_FormMethod,
36
+ DataWithResponseInit as UNSAFE_DataWithResponseInit,
37
} from "./utils";
38
39
export {
0 commit comments