FYI: IntrinsicSize measurements of `TextField(sing...
# compose-desktop
a
FYI: IntrinsicSize measurements of
TextField(singleLine=true)
will cause endless re-layout (every frame). It looks fine visually, but takes a lot of CPU time unnecessarily. In tests, the test will get stuck. https://github.com/JetBrains/compose-multiplatform/issues/4760. Until we fix it, I recommend avoiding this scenario.
thank you color 2