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
In summary: don’t mutate props. Either use callback props to communicate changes, or — if parent and child should share the same object — use the [$bindable](https://svelte.dev/docs/svelte/$bindable) rune.
The text was updated successfully, but these errors were encountered:
https://svelte.dev/docs/svelte/$props#Updating-props
The text was updated successfully, but these errors were encountered: