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
Currently if you use the Editor component in a loop and change the order of the loop or prepend to it, the following error gets thrown multiple times. But if you just append to the loop, it doesn't throw any errors. Interestingly even though the error gets thrown, all editors still seem to function as expected.
Open the below Volt component in your browser and open the console, then either click Append Item which should work fine, or click Prepend Item which throws the error.
Currently if you use the Editor component in a loop and change the order of the loop or prepend to it, the following error gets thrown multiple times. But if you just append to the loop, it doesn't throw any errors. Interestingly even though the error gets thrown, all editors still seem to function as expected.
Open the below Volt component in your browser and open the console, then either click
Append Item
which should work fine, or clickPrepend Item
which throws the error.The text was updated successfully, but these errors were encountered: