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
Upgraded from next.54 -> next.63 and began seeing hydration errors on every page load. See log below.
Error is pointing at this chunk of code in the new ownership.js file add in this PR
Reproduction
Sorry I know its not a minimal reproduction, but one of these:
cp .env.example .env && pnpm install && pnpm dev
should get you started in my project's repo here (linking to a specific commit).
The error does appear on the signin page before anything else has really been loaded or anything.
Logs
(index):929 ERR_SVELTE_HYDRATION_MISMATCH: Hydration failed because the initial UI does not match what was rendered on the server. TypeError: Cannot read properties of undefined (reading 'filename')
at check_ownership (chunk-BXEGLMDE.js?v=53b432e9:1919:16)
at Object.set (chunk-BXEGLMDE.js?v=53b432e9:1795:7)
at root.svelte:47:69
at chunk-7P3WBFNS.js?v=53b432e9:2947:21
at untrack (chunk-BXEGLMDE.js?v=53b432e9:1120:12)
at chunk-7P3WBFNS.js?v=53b432e9:2947:7
at execute_signal_fn (chunk-BXEGLMDE.js?v=53b432e9:429:7)
at execute_effect (chunk-BXEGLMDE.js?v=53b432e9:558:31)
at schedule_effect (chunk-BXEGLMDE.js?v=53b432e9:633:7)
at internal_create_effect (chunk-BXEGLMDE.js?v=53b432e9:1136:5)
The text was updated successfully, but these errors were encountered:
ndom91
changed the title
Svelte 5: New ownership check original is undefined, therefore can't read filename
Svelte 5: New ownership check - original is undefined, therefore can't read original.filenameFeb 20, 2024
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Upgraded from
next.54
->next.63
and began seeing hydration errors on every page load. See log below.Error is pointing at this chunk of code in the new
ownership.js
file add in this PRReproduction
Sorry I know its not a minimal reproduction, but one of these:
should get you started in my project's repo here (linking to a specific commit).
The error does appear on the signin page before anything else has really been loaded or anything.
Logs
System Info
Severity
blocking an upgrade
The text was updated successfully, but these errors were encountered: