@vxern
@vxern
SSolidJS
Created by @vxern on 7/28/2023 in #support
Navigating to `//` causes an error to be thrown.
// is a valid URL path.
4 replies
SSolidJS
Created by @vxern on 7/28/2023 in #support
Navigating to `//` causes an error to be thrown.
4 replies
SSolidJS
Created by @vxern on 7/28/2023 in #support
Navigating to `//` causes an error to be thrown.
<Router>
<Routes>
<Route path="/" component={Home} />
<Route path="*" component={NotFound} />
</Routes>
</Router>
<Router>
<Routes>
<Route path="/" component={Home} />
<Route path="*" component={NotFound} />
</Routes>
</Router>
4 replies