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
I have enabled preventDuplicates and countDuplicates, which work really well, but when I need to reset the count to zero, so I can count duplicates from the beginning, I use .clear() method, but it is not working when preventDuplicates and countDuplicates are set to true.
Is there any way to start countDuplicates from zero?
The text was updated successfully, but these errors were encountered:
I have enabled
preventDuplicates
andcountDuplicates
, which work really well, but when I need to reset the count to zero, so I can count duplicates from the beginning, I use.clear()
method, but it is not working whenpreventDuplicates
andcountDuplicates
are set totrue
.Is there any way to start
countDuplicates
from zero?The text was updated successfully, but these errors were encountered: