I was having the same issue, though I was able to track down the cause of this.
I had a “Sequences” array inside of another “Sequences” array. By renaming the inner array to something else like “Instances” I was able to prevent the editor from crashing. This issue appears to be tied to naming conventions.
1 Like