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.
2 parents 5f160cb + 3150363 commit 834b928Copy full SHA for 834b928
README.md
@@ -98,7 +98,7 @@ const FlexibleSwitch = ({ children }) => (
98
const AppRoutes = ({ user }) => (
99
<Router>
100
<GlobalNavigation user={user} />
101
- <Switch>
+ <FlexibleSwitch>
102
<Route path="/about">
103
<About />
104
</Route>
@@ -115,7 +115,7 @@ const AppRoutes = ({ user }) => (
115
<Route path="/">
116
<Home />
117
118
- </Switch>
+ </FlexibleSwitch>
119
</Router>
120
);
121
```
0 commit comments