Skip to content

Commit cbc9d72

Browse files
authored
Fix lint issues (#10930)
1 parent 1ad822c commit cbc9d72

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.changeset/mighty-moles-compete.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"react-router": patch
3+
---
4+
5+
[REMOVE] fix lint issues

examples/view-transitions/src/main.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ const router = createBrowserRouter([
223223
},
224224
]);
225225

226+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
226227
function NavImage({ src, idx }: { src: string; idx: number }) {
227228
let href = `/images/${idx}`;
228229
let vt = unstable_useViewTransitionState(href);

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,13 @@
116116
"none": "15.2 kB"
117117
},
118118
"packages/react-router/dist/umd/react-router.production.min.js": {
119-
"none": "17.6 kB"
119+
"none": "17.61 kB"
120120
},
121121
"packages/react-router-dom/dist/react-router-dom.production.min.js": {
122-
"none": "13.6 kB"
122+
"none": "13.61 kB"
123123
},
124124
"packages/react-router-dom/dist/umd/react-router-dom.production.min.js": {
125-
"none": "19.9 kB"
125+
"none": "19.91 kB"
126126
}
127127
}
128128
}

packages/react-router/lib/components.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import * as ReactDOM from "react-dom";
21
import type {
32
InitialEntry,
43
LazyRouteFunction,

0 commit comments

Comments
 (0)