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
As we have rejecting duplicated chip by comparing strings whether they are equal, I think we could add an optional props for the comparing method for cases like regarding apple and Apple as the same chip or regarding accent characters like e, è(String.fromCharCode(0x65, 0x300)), è(String.fromCharCode(0xe8)) as the same character.