HenrikJoreteg / redux-bundler

Compose a Redux store out of smaller bundles of functionality.
https://reduxbundler.com
583 stars 46 forks source link

Missing PageNotFound fallback option in createRouteBundle #33

Closed ananthhh closed 6 years ago

ananthhh commented 6 years ago

There is no option to provide a fallback URL. If I try to navigate to the page which is not there in defined routes, the site will crash with an error

image

ananthhh commented 6 years ago

Nevermind. I found I have to use '*'