I'm seeing a new crash in 1.5.0 where I have a `an...
# compose-desktop
a
I'm seeing a new crash in 1.5.0 where I have a
animateIntAsState()
that is setting the text on a
Text()
composable, and if I navigate to another screen in the app, thus removing that
Text()
from the compose hierarchy, it crashes with:
IllegalStateException: LayoutNode should be attached to an owner
This certainly seems like a bug to me, possible the animation not getting canceled when it goes out of scope? But before I logged it I was wondering if maybe there was a behavior change I was unaware of, maybe maybe I need to cancel animations or something?
d
Can you please create a minimal reproducible project?
a
yup, I'll get one made