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 2de5594 commit a50badeCopy full SHA for a50bade
src/App.tsx
@@ -103,7 +103,7 @@ const App = () => {
103
<IonApp>
104
<Fabric>
105
<Customizer {...theme}>
106
- <HashRouter>
+ <HashRouter future={{ v7_startTransition: true, v7_relativeSplatPath: true }}>
107
<FabricNav />
108
<IonRouterOutlet id="main">
109
<Routes>
src/index.tsx
@@ -114,7 +114,7 @@ if (
114
) {
115
root.render(
116
<React.StrictMode>
117
118
<App2 />
119
</HashRouter>
120
</React.StrictMode>
0 commit comments