Skip to content

Commit e74b935

Browse files
committed
Fix lint errors
1 parent a5451d5 commit e74b935

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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);

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)