Closed marciogurka closed 9 months ago
Forum post
Using our React inline demo, if you add a taskStore configuration, it triggers an error when clicking the Change data button.
taskStore
Change data
<BryntumGanttProjectModel ref={project} {...projectConfig} calendars={calendars} tasks={tasks} assignments={assignments} dependencies={dependencies} resources={resources} timeRanges={timeRanges} taskStore={{ onBeforeRemove : (eventData) => { console.log(eventData); } }} />
Also check for eventStore:
eventStore={{ onBeforeRemove: (payload) => handleOnBeforeRemove(payload), }}
Problem with React app configuration. Forum thread has been updated,
Forum post
Using our React inline demo, if you add a
taskStore
configuration, it triggers an error when clicking theChange data
button.Note
Also check for eventStore: