You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/packages/svelte/messages/compile-warnings/state.md

275 B

static_state_reference

State referenced in its own scope will never update. Did you mean to reference it inside a closure?

invalid_rest_eachblock_binding

The rest operator (...) will create a new object and binding '%name%' with the original object will not work