svelte-gantt icon indicating copy to clipboard operation
svelte-gantt copied to clipboard

TypeError: Cannot read properties of undefined (reading 'model') when updating rows and tasks

Open gubeils opened this issue 2 months ago • 3 comments

I am encountering an issue when updating the rows and tasks in svelte-gantt version "^4.3.2". I receive the following error:

TypeError: Cannot read properties of undefined (reading 'model')

image

Here is a screenshot of my rows and tasks data: image

I am using the method gantt.set({ rows, tasks }) to update the data.

gubeils avatar Jun 20 '24 13:06 gubeils