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
I think this is a "won't fix" kind of issue; this has also been raised in regards to SvelteDate.
To not bloat the compiler output for every variable reference, you should explicitly call .toString().
Yeah, this reminds me of #14854, and from that issue, it appears that #14803, #13525, #13054, #9860#11012 and #10629 are also related. I'm fairly certain that at least one issue every other month is more than enough to warrant some sort of documentation.
Describe the bug
Considering this code:
Using
{test}
in the component template is not reactive (whenthing
changes), but{String(test)}
is.Reproduction
https://svelte.dev/playground/e44b1258b39c4477a38ccb9ecaa4cd21?version=5.20.0
annoyance
The text was updated successfully, but these errors were encountered: