diff --git a/packages/fether-react/src/App/App.js b/packages/fether-react/src/App/App.js index a624480ff69a9a0ac595a7c64f97bbf696f216a3..fc8a44f541c2680df740e9766da6b81a92a8f059 100644 --- a/packages/fether-react/src/App/App.js +++ b/packages/fether-react/src/App/App.js @@ -29,13 +29,6 @@ const Router = @inject('healthStore', 'onboardingStore') @observer class App extends Component { - componentDidCatch () { - if (process.env.NODE_ENV !== 'development') { - // Redirect to '/' on errors - window.location.href = '/'; - } - } - render () { return (