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
onInit: ()=>{},// { function } Hook for when the search is initiated. The reactive Limbo search object is passed as the first argument.
116
+
onError: (error)=>{
117
+
throwerror;
118
+
},// { function } Hook for when an error occurs in a fetch. The error object is passed as the first argument.
116
119
onAfterSearch: ()=>{},// { function } Hook for when the search is completed. The reactive Limbo search object is passed as the first argument and the state as the second argument.
0 commit comments