Okay, I'm not really sure what's going on... But ...
# compose
t
Okay, I'm not really sure what's going on... But
var show by rememberSaveable { mutableStateOf(false) }
causes
ClassCastException: Boolean can't be cast to String
on configuration change.
remember { ... }
works fine, of course. afaik,
rememberSaveable
uses bundle to save values so it should be fine, no?
d
Sounds like bug. Do you have the full stack trace?
c
t
@curioustechizen yea, just like that lmao
z
Chuck already fixed this I believe, should be in a release soon if it's not out already.
🙌🏻 1