What’s the cause for ```java.lang.IllegalStateExce...
# compose
l
What’s the cause for
Copy code
java.lang.IllegalStateException: pending composition has not been applied
? the entire stacktrace is internal in compose
🧵 1
It happens when I try to navigate to a new screen
j
Did you get to know the root cause? From what I've seen, it looks like a generic exception, I would try see what changed recently and could cause that to happen
l
Not sure what the cause was, I was using a
Box
and now I’m not anymore, maybe there was some conflicts between the box and other components