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
The reason for the issue is split() calls revert() which calls SplitType.revert() which deletes the 'html' cached data so the second run of split() will again call revert() but 'html' will be undefined at that point.
The text was updated successfully, but these errors were encountered:
Using the responsive text example code and resizing the window multiple times and you’ll see the issue:
https://codepen.io/danielkorte/pen/OJEVRoN
The reason for the issue is split() calls revert() which calls SplitType.revert() which deletes the 'html' cached data so the second run of split() will again call revert() but 'html' will be undefined at that point.
The text was updated successfully, but these errors were encountered: