We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc31fd9 commit 7b692c9Copy full SHA for 7b692c9
test/integration/cra/src/index.tsx
@@ -62,7 +62,7 @@ function Root() {
62
{
63
"text": "Picto playground",
64
"linkProps": routes.picto().link,
65
- "isActive": location.pathname === "picto"
+ "isActive": route.name === "picto"
66
}
67
]}
68
/>
0 commit comments