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
Since release 2.12.0, the following code is not reactive anymore with Svelte 4.2, when pressing the button.
Before this release, the number was increasing each time the button is pressed.
After this release, the number increases once to 1, and then is not changing.
In my apps, I have many conditions that are based on the reactiveness of the $page.state (like displaying modals, or panels), and these are not working anymore, and apps can't be used anymore.
Describe the bug
Hello,
Since release 2.12.0, the following code is not reactive anymore with Svelte 4.2, when pressing the button.
Before this release, the number was increasing each time the button is pressed.
After this release, the number increases once to 1, and then is not changing.
In my apps, I have many conditions that are based on the reactiveness of the $page.state (like displaying modals, or panels), and these are not working anymore, and apps can't be used anymore.
Reproduction
Logs
No response
System Info
Severity
blocking all usage of SvelteKit
Additional Information
No response
The text was updated successfully, but these errors were encountered: