react-text-loop icon indicating copy to clipboard operation
react-text-loop copied to clipboard

Fix current element not updated when children is updated externally

Open kenime opened this issue 5 years ago • 1 comments

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.

kenime avatar Jan 02 '20 12:01 kenime

Sorry for the long wait @kenime but thanks for this contribution!

braposo avatar Aug 25 '20 23:08 braposo