-
-
Notifications
You must be signed in to change notification settings - Fork 223
Closed
Labels
FixedFixed in master branch. Pending production release.Fixed in master branch. Pending production release.bugSomething isn't workingSomething isn't working
Description
Describe the bug
If you use two-way binding with an exported const variable, it shows an error.
To Reproduce
Svelte allows to use two-way binding syntax to bind a local variable to component's exported const variable. REPL.
Currently the plugin will show an error, saying Property <> does not exist on type IntrinsicAttributes & ....
Expected behavior
I didn't know you can do that (usually I bind component instance to a variable and then access the exported variable through instance), but if Svelte supports it so should the plugin, I guess.
System (please complete the following information):
- OS: OS X
- IDE: VSCode latest
- Plugin/Package: Svelte for VS Code
Metadata
Metadata
Assignees
Labels
FixedFixed in master branch. Pending production release.Fixed in master branch. Pending production release.bugSomething isn't workingSomething isn't working