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
An incorrect(?) warning is thrown when exporting a variable that is exclusively used in a "$dereferenced" manner. This warning was not given in 3.15.0.
To Reproduce
<script>
export let store
</script>
<div class="{$store?'a':'b'}"></div>
Describe the bug
An incorrect(?) warning is thrown when exporting a variable that is exclusively used in a "$dereferenced" manner. This warning was not given in 3.15.0.
To Reproduce
https://svelte.dev/repl/809da99693de49acb3474159f9006dcc?version=3.15.0
https://svelte.dev/repl/809da99693de49acb3474159f9006dcc?version=3.16.0
The text was updated successfully, but these errors were encountered: