You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when heading to an undefined route, the app just crash, with this error:
Uncaught TypeError: Cannot read property 'code' of undefined
at o.i.toShow (index.es.js:1)
at o.value (index.es.js:1)
at callComponentWillMount (react-dom.development.js:11829)
at mountClassInstance (react-dom.development.js:11917)
at updateClassComponent (react-dom.development.js:13492)
at beginWork (react-dom.development.js:14090)
at performUnitOfWork (react-dom.development.js:16416)
at workLoop (react-dom.development.js:16454)
at HTMLUnknownElement.callCallback (react-dom.development.js:145)
at Object.invokeGuardedCallbackDev (react-dom.development.js:195)
at invokeGuardedCallback (react-dom.development.js:248)
at replayUnitOfWork (react-dom.development.js:15745)
at renderRoot (react-dom.development.js:16548)
at performWorkOnRoot (react-dom.development.js:17387)
at performWork (react-dom.development.js:17295)
at performSyncWork (react-dom.development.js:17267)
at requestWork (react-dom.development.js:17155)
at scheduleWork (react-dom.development.js:16949)
at scheduleRootUpdate (react-dom.development.js:17637)
at updateContainerAtExpirationTime (react-dom.development.js:17664)
at updateContainer (react-dom.development.js:17691)
at ReactRoot../node_modules/react-dom/cjs/react-dom.development.js.ReactRoot.render (react-dom.development.js:17957)
at react-dom.development.js:18097
at unbatchedUpdates (react-dom.development.js:17518)
at legacyRenderSubtreeIntoContainer (react-dom.development.js:18093)
at Object.render (react-dom.development.js:18152)
at Object../src/index.js (index.js:7)
at __webpack_require__ (bootstrap faccf88ca4ced995451f:678)
at fn (bootstrap faccf88ca4ced995451f:88)
at Object.0 (akf.woff?4i0mvx:1)
at __webpack_require__ (bootstrap faccf88ca4ced995451f:678)
at ./node_modules/@babel/runtime/helpers/arrayWithoutHoles.js.module.exports (bootstrap faccf88ca4ced995451f:724)
at bootstrap faccf88ca4ced995451f:724
is there some configuration missing?
it would be very nice to fire an action when a route is not found, so that we could add some reaction to redirect to a dedicated 404 page :)
The text was updated successfully, but these errors were encountered:
versions:
when heading to an undefined route, the app just crash, with this error:
router definition used:
is there some configuration missing?
it would be very nice to fire an action when a route is not found, so that we could add some reaction to redirect to a dedicated 404 page :)
The text was updated successfully, but these errors were encountered: