We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da71070 commit b14c814Copy full SHA for b14c814
Fruitties/iosApp/iosApp/ui/FruittieScreen.swift
@@ -26,8 +26,8 @@ struct FruittieScreen: View {
26
var body: some View {
27
let fruittieViewModel: FruittieViewModel =
28
viewModelStoreOwner.viewModel(
29
- factory: appContainer.value.fruittieViewModelFactory,
30
key: "fruittie_\(fruittie.id)",
+ factory: appContainer.value.fruittieViewModelFactory,
31
extras: creationExtras { extras in
32
extras.set(
33
key: FruittieViewModel.companion.FRUITTIE_ID_KEY,
0 commit comments