https://kotlinlang.org logo
#compose
Title
# compose
h

Halil Ozercan

12/25/2020, 10:07 PM
I'm receiving
java.lang.IllegalArgumentException: Invalid slot table detected
and I'm pretty sure it has nothing to do with using incompatible versions together. My setup is complicated, which means it would be very hard for me to isolate the issue. However, involved pieces are
AnimatedVisibility
and a button click listener. I would like to give more information if these ring any bells.
never mind, same issue was reported a while back https://issuetracker.google.com/issues/173208366
d

Doris Liu

12/27/2020, 9:14 PM
Which alpha version of compose are you using? We have a fix for updating parent anchors going into alpha08. If you are using alpha07, I'd recommend updating and checking again.
h

Halil Ozercan

12/28/2020, 12:36 PM
I'm using alpha08 😕
d

Doris Liu

12/28/2020, 7:15 PM
That's helpful to know. Is the issue still reproducible if you replace
AnimatedVisibility
with simple if-else?
h

Halil Ozercan

01/06/2021, 7:01 AM
I'm sorry I forgot to return to this @Doris Liu. Issue does not persist when I replace AnimatedVisibility with if/else.
👍 1
38 Views