Are there any examples of using Vue, Pinia, and NestedRows, correctly? I’m being forced to use markRaw in order to prevent errors. Using markRaw makes the store data property lose it’s reactivity. This can be demonstrated here:
Doesn’t add data and render Handsontable when clicking ‘Add Row’ button.
Adds data and renders Handsontable when clicking ‘Add Row’ button.
If this an issue with NestedRows?