mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Fixes: #3129 --- * (#3129) fixed incorrect text escaping during SSR * fixed formatting issues * moved SpecialVTagKind to feat_ssr, improved its description * added a test case for multiple text nodes in a style tag * fixed formatting * SpecialVTagKind -> VTagKind