Patch Changes
-
#3337
9a6d2bcThanks @DylanPiercey! - Report a code-frame compile error for unsupported keys in destructuring patterns. Previously a computed key with an identifier expression ({ [key]: value }) was silently treated as a literal property name, producing mismatched server/client values, and other computed keys threw a raw error with no template location. -
#3345
c19f592Thanks @DylanPiercey! - Fix multiple<style>tags of the same flavor in one template clobbering each other's CSS. Each block's virtual file now resolves to a distinct path; single-style templates are unchanged.