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
Maybe it is already possible, but I can't find a way to do it.
When you use an array of words or emojis with length>10 (example: ['this', 'is', 'an', 'example', 'of', 'an', 'array', 'of', 'more', 'than', 'ten', 'words']), the maximum writable range is "0123456789", so the slot can't spin more than the first 10 elements in the array.
Is there a way to make it spin all of the elements in the array?
Btw thanks for the package!
The text was updated successfully, but these errors were encountered:
Maybe it is already possible, but I can't find a way to do it.
When you use an array of words or emojis with length>10 (example: ['this', 'is', 'an', 'example', 'of', 'an', 'array', 'of', 'more', 'than', 'ten', 'words']), the maximum writable range is "0123456789", so the slot can't spin more than the first 10 elements in the array.
Is there a way to make it spin all of the elements in the array?
Btw thanks for the package!
The text was updated successfully, but these errors were encountered: