File tree 7 files changed +16
-0
lines changed
react-router-dom-v5-compat
7 files changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " react-router-dom-v5-compat " : patch
3
+ " react-router-native " : patch
4
+ " react-router-dom " : patch
5
+ " react-router " : patch
6
+ " @remix-run/router " : patch
7
+ ---
8
+
9
+ Export ` ShouldRevalidateFunctionArgs ` interface
Original file line number Diff line number Diff line change 111
111
- jonkoops
112
112
- jrakotoharisoa
113
113
- kachun333
114
+ - juanpprieto
114
115
- kantuni
115
116
- kark
116
117
- KAROTT7
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ export type {
98
98
ScrollRestorationProps ,
99
99
Search ,
100
100
ShouldRevalidateFunction ,
101
+ ShouldRevalidateFunctionArgs ,
101
102
SubmitFunction ,
102
103
SubmitOptions ,
103
104
To ,
Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ export type {
127
127
RoutesProps ,
128
128
Search ,
129
129
ShouldRevalidateFunction ,
130
+ ShouldRevalidateFunctionArgs ,
130
131
To ,
131
132
} from "react-router" ;
132
133
export {
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ export type {
62
62
RoutesProps ,
63
63
Search ,
64
64
ShouldRevalidateFunction ,
65
+ ShouldRevalidateFunctionArgs ,
65
66
To ,
66
67
} from "react-router" ;
67
68
export {
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ import type {
23
23
Router as RemixRouter ,
24
24
FutureConfig as RouterFutureConfig ,
25
25
ShouldRevalidateFunction ,
26
+ ShouldRevalidateFunctionArgs ,
26
27
To ,
27
28
} from "@remix-run/router" ;
28
29
import {
@@ -162,6 +163,7 @@ export type {
162
163
RoutesProps ,
163
164
Search ,
164
165
ShouldRevalidateFunction ,
166
+ ShouldRevalidateFunctionArgs ,
165
167
To ,
166
168
Blocker as unstable_Blocker ,
167
169
BlockerFunction as unstable_BlockerFunction ,
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ export type {
22
22
PathPattern ,
23
23
RedirectFunction ,
24
24
ShouldRevalidateFunction ,
25
+ ShouldRevalidateFunctionArgs ,
25
26
TrackedPromise ,
26
27
V7_FormMethod ,
27
28
} from "./utils" ;
You can’t perform that action at this time.
0 commit comments