Peter
Peter
So, I was able to reproduce it, but I'm not sure if it's the same reproduction as in this issue. Here's a [REPL](https://svelte-5-preview.vercel.app/#H4sIAAAAAAAACo2TTWvjMBCG_8qsWEgCjn1PnUDJaQ-FHhb2sFqCYo9jFWUkJDluMP7vi2wndmjS9mIsaT6fd6ZhhVTo2Opvw0gcka3YszEsYv5swsGdUHlkEXO6slm4SV1mpfEbTtzLo9HWQyPJeUFeCo8v560mb7VSaFsorD7CLE6mt3EfM35zs6dJkFdhkfzVoz8OtjNOwTJJ4FcBNcIkHzgfviVajEBALSxJOkAtlYI9Qi6dUeKMeZfpfpnzBac0GduitE-ebDixiB11LguJOVt5W2EbXUHdaWoE9-am0C6gDuiDD777CNz1f-DEB9qcBS6E752PQg_TTNO3oqLMS03wsDNoOAHATQRYA2F9c7VVwrn54olTG8Jn4fjR4BKs0Pa467mv4Wf3M2-KSqkAZgWzWTtE-ozetpQq_8aggRJ0WHPmHWebPn9A0nRF5MKLUMNeUi72CueLNhyN1cZ9lFWSqTwE29VJqArXY5D4Un77ler9bHxvQy6y31kKzh5tRSf_4NlBGh26Y3wzJd1W_EHIBIETBarz4-2gHEh_tiK3uH4sl_C7lK4jFjxcqWsHhVAOwWgnvTwh6JrQulKanaSTUDLfXcz3mInKYVjYa0P9ZPlSeKiFm5aagyTwJcKzMUOLsFxuOKU9hE62q17rG6bxOJGdfqnZPHofhU4Tc1fqf-1_hsilXxUFAAA=) This happens when **state** is stored in...
@coryvirok Yes, you are right. I'm using this method, too. Runes in this mode are very powerful; they remind me of SwiftUI state management. The issue here is that this...
@kpwelsh Yeah, that looks pretty reasonable. It's a false positive. Regarding callbacks, I use them on a regular basis instead of bindings, and for state management, I use controllers(MVVM/MVC) in...