Tolriq
05/16/2023, 6:50 AMrememberSaveable
and how to debug them? I'm trying to debug an issue with Voyager where default keys does not work, but custom keys do. (Unfortunately there's tons of Compose rememberXXX that don't allow passing custom keys)gsala
05/16/2023, 8:03 AMTolriq
05/16/2023, 8:06 AMcurrentCompositeKeyHash.toString(MaxSupportedRadix)
That is the default key used to do the actual saving / restoring by default. Seems it's not the same on restore leading to the issue. So wondering how it's actually computed and what impact it to try to debug the issue.