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
In my project I use collection-hook.
For example I use after.remove() hook, and then I use this package to remove docs.
So after.remove() hook run or not?
I don't want to run in after.remove() hook.
How to solve or have direct.remove() like collection-hook?
The text was updated successfully, but these errors were encountered:
In my project I use
collection-hook
.For example I use
after.remove() hook
, and then I use this package to remove docs.So
after.remove() hook
run or not?I don't want to run in
after.remove() hook
.How to solve or have
direct.remove()
likecollection-hook
?The text was updated successfully, but these errors were encountered: