Questions tagged [switch-path]
1 questions
0
votes
1 answer
Can't switchPath 404s, fails to capture wildcard route
Feeding this into switchPath
const Routes = {
"/": Home,
"/login": Login,
'*': function(){return {DOM: xs.of(
404
)}} } navigating to /lossgin will log that current route/path is "/".
janat08
- 1,725
- 2
- 16
- 27