### Describe the bug Hi, I just updated svelte to version 5, and I get this warning ``` Properties of objects and arrays are not reactive unless in runes mode. Changes to this property will not cause the reactive statement to update ``` There is obviously some bug in the analyzer. I do not mutate the object, but read its property <img width="1339" alt="image" src="https://github.com/user-attachments/assets/9dcc8670-ff96-4841-b41a-edad7de56c91"> ### Reproduction https://svelte.dev/playground/d38ff4e52c9c4b1cb7b5314a662e479a?version=5.0.5 ### Logs _No response_ ### System Info ```shell svelte@5.0.5 ``` ### Severity annoyance