In bevy 0.10, CalculatedSized used to have a size field representing the node's "calculated" size, ie: size before layout constraints (is my understanding)
This section of the migration guide describe that "CalculatedSize has been renamed to ContentSize".
However, there is no mention of what to use instead of size! ContentSize has a measure_func field I've no idea how to get back the value that previously was there!
It seems ContentSize was changed in bevyengine/bevy#7779, the migration guide mentions UiImageSize, but I also need to know the content size for text nodes.