Patch Changes
-
#3229
e22546bThanks @DylanPiercey! - Reduce serialization when providing spread content to a native tag. -
#3228
8ff8a5dThanks @DylanPiercey! - Normalize void and empty-string attribute values consistently across SSR and CSR. A generic dynamic attribute with an empty string now renders as a present (bare) attribute matching the server output, instead of being removed on the client. For controllable form values (checkedValue,<select>/<option>value),null/undefined/false/""are all treated as the same empty value, so a void binding matches an emptyvalueor<option value="">placeholder — the same on the server and the client.