Skip to content

Commit

Permalink
Fix lint issues (#10930)
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Oct 12, 2023
1 parent 1ad822c commit cbc9d72
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/mighty-moles-compete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-router": patch
---

[REMOVE] fix lint issues
1 change: 1 addition & 0 deletions examples/view-transitions/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ const router = createBrowserRouter([
},
]);

// eslint-disable-next-line @typescript-eslint/no-unused-vars
function NavImage({ src, idx }: { src: string; idx: number }) {
let href = `/images/${idx}`;
let vt = unstable_useViewTransitionState(href);
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@
"none": "15.2 kB"
},
"packages/react-router/dist/umd/react-router.production.min.js": {
"none": "17.6 kB"
"none": "17.61 kB"
},
"packages/react-router-dom/dist/react-router-dom.production.min.js": {
"none": "13.6 kB"
"none": "13.61 kB"
},
"packages/react-router-dom/dist/umd/react-router-dom.production.min.js": {
"none": "19.9 kB"
"none": "19.91 kB"
}
}
}
1 change: 0 additions & 1 deletion packages/react-router/lib/components.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import * as ReactDOM from "react-dom";
import type {
InitialEntry,
LazyRouteFunction,
Expand Down

0 comments on commit cbc9d72

Please sign in to comment.