Describe the bug
In a simple SvelteKit skeleton project with a single library added and where SSR is disabled, Safari fails with Unhandled Promise Rejection: ReferenceError: Cannot access uninitialized variable.. Other browsers tested had no issues.
Reproduction
Please refer to https://github.com/cge-taal/sveltekit-safari-ssr-example and run with npm run dev.
In src/routes/+layout.ts, when export const ssr = false is set, Safari fails with Unhandled Promise Rejection: ReferenceError: Cannot access uninitialized variable.
Logs
No response
System Info
Severity
blocking all usage of SvelteKit
Additional Information
No response
Describe the bug
In a simple SvelteKit skeleton project with a single library added and where SSR is disabled, Safari fails with
Unhandled Promise Rejection: ReferenceError: Cannot access uninitialized variable.. Other browsers tested had no issues.Reproduction
Please refer to https://github.com/cge-taal/sveltekit-safari-ssr-example and run with
npm run dev.In
src/routes/+layout.ts, whenexport const ssr = falseis set, Safari fails withUnhandled Promise Rejection: ReferenceError: Cannot access uninitialized variable.Logs
No response
System Info
Severity
blocking all usage of SvelteKit
Additional Information
No response