File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
examples/view-transitions/src
packages/react-router/lib Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " react-router " : patch
3
+ ---
4
+
5
+ [ REMOVE] fix lint issues
Original file line number Diff line number Diff line change @@ -223,6 +223,7 @@ const router = createBrowserRouter([
223
223
} ,
224
224
] ) ;
225
225
226
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
226
227
function NavImage ( { src, idx } : { src : string ; idx : number } ) {
227
228
let href = `/images/${ idx } ` ;
228
229
let vt = unstable_useViewTransitionState ( href ) ;
Original file line number Diff line number Diff line change 116
116
"none" : " 15.2 kB"
117
117
},
118
118
"packages/react-router/dist/umd/react-router.production.min.js" : {
119
- "none" : " 17.6 kB"
119
+ "none" : " 17.61 kB"
120
120
},
121
121
"packages/react-router-dom/dist/react-router-dom.production.min.js" : {
122
- "none" : " 13.6 kB"
122
+ "none" : " 13.61 kB"
123
123
},
124
124
"packages/react-router-dom/dist/umd/react-router-dom.production.min.js" : {
125
- "none" : " 19.9 kB"
125
+ "none" : " 19.91 kB"
126
126
}
127
127
}
128
128
}
Original file line number Diff line number Diff line change 1
- import * as ReactDOM from "react-dom" ;
2
1
import type {
3
2
InitialEntry ,
4
3
LazyRouteFunction ,
You can’t perform that action at this time.
0 commit comments