mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-12-19 05:19:42 +08:00
fix(react-router): add wildcard to refs route for nested routing
This commit is contained in:
@@ -64,7 +64,7 @@ const App: React.FC = () => {
|
||||
<Route path="/dynamic-ionpage-classnames" element={<DynamicIonpageClassnames />} />
|
||||
<Route path="/tabs/*" element={<Tabs />} />
|
||||
<Route path="/tabs-secondary/*" element={<TabsSecondary />} />
|
||||
<Route path="/refs" element={<Refs />} />
|
||||
<Route path="/refs/*" element={<Refs />} />
|
||||
<Route path="/overlays" element={<Overlays />} />
|
||||
<Route path="/params/:id" element={<Params />} />
|
||||
<Route path="/nested-params/*" element={<NestedParams />} />
|
||||
|
||||
Reference in New Issue
Block a user