TypeError: Cannot read properties of null (reading ‘2’) with jQuery NestedSortable’s toArray()
I’m encountering a persistent issue with the jQuery NestedSortable plugin, specifically with the toArray() method, which is throwing a TypeError: Cannot read properties of null (reading ‘2’) during a drag-and-drop operation on a nested list. Here is a detailed description of the problem: