Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
Jetpack Compose version: 1.6.7
Jetpack Compose component used: Compose Runtime
Android Studio Build: Jellyfish 2023.3.1
Kotlin version: 1.9.24
Steps to Reproduce or Code Sample to Reproduce:
1. Add parameter for function parameter
block
inremember()
.Single Key
from
to
Double Keys
from
to
Triple Keys
from
to
vararg keys
from
to
2. Do the same to
DisposableEffect()
s.Single Key
from
to
Double Keys
from
to
Triple Parameters
from
to
vararg Keys
from
to
3. Do the same to
LaunchedEffect()
s.Single Key
from
to
Double Keys
from
to
Triple Keys
from
to
vararg Keys
from
to
You can now use key as a receiver of
remember()
block!