Hello :)

Someone told me that flex components have a 10000 pixel height restriction.
Will setting the maxHeight of a component to values like
maxHeight="{Number.MAX_VALUE}" or maxHeight="{Number.POSITIVE_INFINITY}"
override this restriction? Which of the two is more reasonable to implement?

Thank you!