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
with leading being a dynamic value. The first update correctly fires immediately when switching to leading: true dynamically. However, it seems isPending is not reset.
I'd like to use
with
leading
being a dynamic value. The first update correctly fires immediately when switching toleading: true
dynamically. However, it seemsisPending
is not reset.I currently work this around with the following:
Would it make sense to properly handle dynamic
options
changes? Maybe this would not have the consequences I expect from the workaround.The text was updated successfully, but these errors were encountered: