I was trying a demo site and upgrade Svelte to the latest version, but after clicking to a login button I get an error
"Unhandled Promise Rejection: Error: Function called outside component initialization"
I tried with reverting svelte version and I can see that version 3.24.1 works but it's broken on 3.25.x onwards.
I was trying a demo site and upgrade Svelte to the latest version, but after clicking to a login button I get an error "Unhandled Promise Rejection: Error: Function called outside component initialization"
I tried with reverting svelte version and I can see that version 3.24.1 works but it's broken on 3.25.x onwards.
Steps to reproduce
npm i
npm run showcase:dev