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
Computed property name 'is-selected' is invalid — must be a valid identifier such as is_selected
12: // Because shorthand relfects the var name, you must use component.set({ "is-selected": true }) or use a computed
13: // property like this. It might be better to avoid shorthand for class names which are not valid variable names.
14: "is-selected": ({ isSelected }) => isSelected
^
15: }
16: }
The text was updated successfully, but these errors were encountered:
The demo of the shorthand of class binding has "Error compiling component".
Link:
https://svelte.technology/repl?version=2.14.2&demo=bz2ba6
Error:
The text was updated successfully, but these errors were encountered: