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
The isMacOs() function used the `browser` variable from SvelteKit's
$app/environment but the import was missing after a rebase, causing
a ReferenceError during SSR that broke all e2e tests.
Moved isMacOs() from generic.ts to browser.ts for better separation
of concerns and updated all import references.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments