You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// The type of view this registry returns from the `lookup` method.
80
80
///
81
81
/// Generally, implementors will use an opaque return type on their ``lookup(_:element:context:)-895au`` implementations and this will be inferred automatically.
82
-
associatedtypeCustomView:View
82
+
associatedtypeCustomView:View=Never
83
83
/// The type of view this registry produces for loading views.
84
84
///
85
85
/// Generally, implementors will use an opaque return type on their ``loadingView(for:state:)-2uoy9`` implementations and this will be inferred automatically.
86
-
associatedtypeLoadingView:View
86
+
associatedtypeLoadingView:View=Never
87
87
88
88
/// This method is called by LiveView Native when it needs to construct a custom view.
0 commit comments