mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-20 15:55:14 +02:00
perf: Optimize stack router performance
This commit is contained in:
@@ -251,8 +251,7 @@ export const defaultStackRouter = useStackRouter({
|
||||
searchRoute,
|
||||
manageRoute
|
||||
],
|
||||
notFound: notFoundRoute,
|
||||
maxDepth: 3
|
||||
notFound: notFoundRoute
|
||||
});
|
||||
// export const defaultStackRouter = useStackRouter({
|
||||
// '/': {
|
||||
|
||||
Reference in New Issue
Block a user