Merge branch 'immediate-finds' into immediate-finds-modules-proxy
This commit is contained in:
commit
8cfb289dc7
|
@ -97,7 +97,7 @@ export const Toasts = {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
waitFor(filters.byCode("showToast"), m => {
|
waitFor(filters.byProps("showToast"), m => {
|
||||||
Toasts.show = m.showToast;
|
Toasts.show = m.showToast;
|
||||||
Toasts.pop = m.popToast;
|
Toasts.pop = m.popToast;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue