Fixed
Status Update
Comments
ba...@googlemail.com <ba...@googlemail.com> #2
Same for me.
In my code i am using:
val saveableStateHolder = rememberSaveableStateHolder()
saveableStateHolder.SaveableStateProvider(it.hashCode()) {
content(it)
}
Not sure if it is related. Not investigated the issue yet.
In my code i am using:
val saveableStateHolder = rememberSaveableStateHolder()
saveableStateHolder.SaveableStateProvider(it.hashCode()) {
content(it)
}
Not sure if it is related. Not investigated the issue yet.
lo...@gmail.com <lo...@gmail.com> #3
I was able to narrow down the cause of my problem somewhat: for example, it occurs when the app is running and I modify a string literal in the editor.
ex...@gmail.com <ex...@gmail.com> #4
I get this in the "Rally" sample app. For example, if I edit the balance of the first account in RallyData.kt while the emulator has the app running. (Canary 8, Beta01, Kotlin 203-1.4.30-release-AS7148.5, Windows 10.)
es...@google.com <es...@google.com>
ac...@google.com <ac...@google.com> #5
This is caused by a recent Compose API rename. We should have a fix for the next canary.
mu...@gmail.com <mu...@gmail.com> #7
Change to newest version for all dependencies in gradle model helped for me
Description
Awesome work you put into compose, I love it! After updating to beta01, I get the following error every now and then. I can't really say when exactly, but obviously it has something to do with the
HotReloader
.Jetpack Compose release version:
Android Studio Build: