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
fix: remove unneeded error; also add license badge and usage info to readme (#702)
* removed unneeded error when values aren't equal; testing showed worked anyway
* added usage section with link to relevant docs section to README.md
* added licence badge to README.md
* corrected package name in licence image alt text
`${newDate().toString()} The arrays of the value prop and memoryRef.current.value were not equal in the callback for when items are pressed in the Picker component. value was: ${JSON.stringify(
1431
-
value,
1432
-
)} and memoryRef.current.value was: ${JSON.stringify(
1433
-
memoryRef.current.value,
1434
-
)}`,
1435
-
);
1436
-
}
1437
-
1438
1407
// if pressed item was a custom item by the user, add it to the list of items (?)
0 commit comments