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
// Reset page when searching
if (oldOptions && oldOptions.search !== value.search) {
page.value = 1
return; // <----- the above will fire the watcher again, so don't emit
}