tomblachut / svelte-intellij

Svelte components in WebStorm and friends
MIT License
485 stars 38 forks source link

When using #await #then type information gets lost #225

Closed redmagic closed 3 years ago

redmagic commented 3 years ago

In the template code, #await argument has the proper typing:

image

But in the #then statement the type is gone:

image

tomblachut commented 3 years ago

Closing as duplicate of #207