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
A lib should be bullet proof and check for this kind of edge cases that's all.
I just wanted to do it in one line of code, there's no need to repeat the same code over and over again.
Because if I use
list_remove(list, list_find(list, item))
it will break because list_find could return NULLThe text was updated successfully, but these errors were encountered: