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
Using $$props inside a component will freeze any bind values. This can be resolved by not referencing $$props or by updating both the value and the nested $$props value. This repl tries to illustrate the problem: https://svelte.dev/repl/aacb7e0b8066497490d3204f8a57491c?version=3.2.2
The text was updated successfully, but these errors were encountered:
Using
$$props
inside a component will freeze any bind values. This can be resolved by not referencing$$props
or by updating both the value and the nested$$props
value. This repl tries to illustrate the problem: https://svelte.dev/repl/aacb7e0b8066497490d3204f8a57491c?version=3.2.2The text was updated successfully, but these errors were encountered: