Open
Description
Describe the bug
Considering this code:
classTest{thing=$state(0)toString(){returnString(this.thing)}}consttest=newTest()
Using {test}
in the component template is not reactive (when thing
changes), but {String(test)}
is.
Reproduction
https://svelte.dev/playground/e44b1258b39c4477a38ccb9ecaa4cd21?version=5.20.0
annoyance