react-text-loop
react-text-loop copied to clipboard
Fix current element not updated when children is updated externally
As the current element is a copy of array from children, external changes were not reflected immediately.
The fix will update current element immediately when children is updated.
Sorry for the long wait @kenime but thanks for this contribution!