When using ```constraints.copy(maxWidth = Constrai...
# compose
t
When using
Copy code
constraints.copy(maxWidth = Constraints.Infinity)
to measure a SubcomposeLayout and use a very very large string it will crash with :
Copy code
java.lang.IllegalArgumentException: Can't represent a size of 271788 in Constraints
Seeing the code it's > 256K so normal crash, but then why proposing the Infinity? (This will crash also for example .basicMarquee(). Would this be considered a bug or a limitation that is not easy to find?