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
the first argument is hardcoded to be "value" which makes it impossible to bind it to a property named the same way as the second argument, and although never used, the latter will always be named according to the target property
The text was updated successfully, but these errors were encountered:
pushkine
changed the title
Cannot bind a $store object property to a component variable in #each if property name is "value"
Cannot bind an object property to a component variable in #each if property name is "value"
Feb 22, 2020
generates the following :
the first argument is hardcoded to be "value" which makes it impossible to bind it to a property named the same way as the second argument, and although never used, the latter will always be named according to the target property
https://svelte.dev/repl/5527404b82fa4d83a07fecd9c03128df?version=3.18.2
The text was updated successfully, but these errors were encountered: