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
Describe the bug
If you pass multiple arguments to {@debug} it will result in an error (will compile though).
To Reproduce
<scriptlang="ts">
let a =1, b =2;
</script>
<!-- Error: JSX expressions may not use the comma operator. Did you mean to write an array? -->
{@debuga, b}
System (please complete the following information):
OS: Mac OS
IDE: VSCode
Plugin/Package: Svelte for VSCode
The text was updated successfully, but these errors were encountered:
Describe the bug
If you pass multiple arguments to
{@debug}
it will result in an error (will compile though).To Reproduce
System (please complete the following information):
The text was updated successfully, but these errors were encountered: