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
@@ -236,6 +236,10 @@ function isActuallyWritableAtom(atom: AnyAtom): atom is AnyWritableAtom {
236
236
return!!(atomasAnyWritableAtom).write
237
237
}
238
238
239
+
functionhasOnMount<Value,Argsextendsunknown[],Result>(atom: WritableAtom<Value,Args,Result>): atom is WithRequired<WritableAtom<Value,Args,Result>,'onMount'>{
0 commit comments