Does anyone know what an error like this means? I ...
# compose-desktop
k
Does anyone know what an error like this means? I think it stems from rendering a Lazy Column of composables (Textfields, text, sliders, etc.), but I haven't been able to intentionally reproduce it, nor have I been able to get any stacktraces for it yet. Any help would be appreciated
k
What is displaying this dialog? Presumably something in your app that catches exceptions and shows it? Then you can change that place to log the full stack trace
k
Seems to be an automatic response by Compose? That is not from me. Unfortunatly I myself have not been able to get that error so far; only the couple people testing for me
a
Compose catches exceptions and shows these errors before closing the app. The error seems to mean something tried to create a Rect with top > bottom.
Typically the stack trace is also printed to stderr.