We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf1031 commit 9a4dfbaCopy full SHA for 9a4dfba
1 file changed
src/client.js
@@ -130,9 +130,7 @@ initSocket();
130
if (module.hot) {
131
module.hot.accept('./routes', () => {
132
const nextRoutes = require('./routes');
133
- hydrate(nextRoutes.__esModule ? nextRoutes.default : nextRoutes).catch(err => {
134
- console.error('Error on routes reload:', err);
135
- });
+ hydrate(nextRoutes.__esModule ? nextRoutes.default : nextRoutes);
136
});
137
}
138
0 commit comments