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
For the time being, you can use this solution, but I would love if you participated in the discussion #26. We're thinking of adding a specific method that will take care of this case.
Current solution:
var carts = Lockr.smembers("cart");
carts.splice(0,1);
Lockr.set("cart",carts);
If you have any additional questions or your issue isn't solved, please reopen this ticket.
How to find index of Array Lockr
The text was updated successfully, but these errors were encountered: