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 252917b commit b043fecCopy full SHA for b043fec
Fruitties/iosApp/iosApp/IOSViewModelStoreOwner.swift
@@ -11,7 +11,7 @@ class IOSViewModelStoreOwner: ObservableObject {
11
func viewModel<T: AnyObject>(
12
key: String? = nil,
13
factory: Lifecycle_viewmodelViewModelProviderFactory,
14
- extras: Lifecycle_viewmodelCreationExtras,
+ extras: Lifecycle_viewmodelCreationExtras
15
) -> T {
16
do {
17
return try viewModelStore.getViewModel(
0 commit comments