We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44b8ce commit e108120Copy full SHA for e108120
packages/svelte/src/internal/client/render.js
@@ -137,7 +137,6 @@ export function hydrate(component, options) {
137
if (error !== HYDRATION_ERROR) {
138
// eslint-disable-next-line no-console
139
console.warn('Failed to hydrate: ', error);
140
- console.error(error);
141
}
142
143
if (options.recover === false) {
0 commit comments