ste
09/24/2022, 7:37 AMkey
(so it does get recreated when the key changes), but it actually gets recreated everytime, even if the key is the same.
@Composable
fun OnlineSearchTab(
textFieldValue: TextFieldValue,
viewModel: OnlineSearchTabViewModel = viewModel(key = textFieldValue.text)
)
What am I missing?