v2.61.0
-
Ensure side-effects in
content
are consistently evaluated before components are rendered. This change effectively means thatcontent
is evaluated for every component render whererender?
returns true. As a result, code that is passed to a component via a block/content will now always be evaluated, before#call
, which can reveal bugs in existing components.Blake Williams