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
Two SvelteKit tests started failing with version 4 as reported by ecosystem-ci, both of them were using the BROWSER variable from esm-env to display different content on the browser than on the server.
The compiler perceives the condition variable to be static and the generated code doesn't attempt to restore the html to the actual value at that moment.