Skip to content

Commit d432efc

Browse files
committedJan 31, 2025··
test(e2e): remove double setting of scrollRestoration: true
1 parent 78c84ca commit d432efc

File tree

1 file changed

+0
-1
lines changed
  • e2e/react-router/scroll-restoration-sandbox-vite/src

1 file changed

+0
-1
lines changed
 

‎e2e/react-router/scroll-restoration-sandbox-vite/src/main.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import './styles.css'
88
const router = createRouter({
99
routeTree,
1010
scrollRestoration: true,
11-
scrollRestoration: true,
1211
})
1312

1413
// Register things for typesafety

0 commit comments

Comments
 (0)
Please sign in to comment.