We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f5bf0 commit 403971bCopy full SHA for 403971b
1 file changed
ios/HybridViewModelListProperty.swift
@@ -22,7 +22,7 @@ class HybridViewModelListProperty: HybridViewModelListPropertySpec, ValuedProper
22
return HybridViewModelInstance(viewModelInstance: instance)
23
}
24
25
- private func requireViewModelInstance(_ instance: any HybridViewModelInstanceSpec) throws -> ViewModelInstance {
+ private func requireViewModelInstance(_ instance: any HybridViewModelInstanceSpec) throws -> RiveDataBindingViewModel.Instance {
26
guard let hybridInstance = instance as? HybridViewModelInstance,
27
let viewModelInstance = hybridInstance.viewModelInstance else {
28
throw NSError(domain: "HybridViewModelListProperty", code: 1,
0 commit comments