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
It only makes sense to reset compilation after a tap or an interceptor were added. Otherwise you will recompile your call function on every hook.call() which is meaningless if the taps and the interceptors of a hook are still the same. And in most cases there are fewer taps compared to calls.
I think it’s better to _resetCompilation in this.call.
Generally speaking, there will be many taps but only one call.
If possible, I am willing to submit for it a pr.
The text was updated successfully, but these errors were encountered: