You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have converted the GanttChart.js file to a .tsx file to better fit my project’s requirements. However, I encountered errors in the AddTask and TimeTable components when trying to add a task. The application works as intended when the useState hooks for tasks and taskDurations are initialized with empty arrays instead.
1. Convert Ganttchart.js to Ganttchart.tsx.
2. Attempt to add a task using the AddTask component.
3. Observe the errors related to AddTask and TimeTable.
The text was updated successfully, but these errors were encountered:
I have converted the GanttChart.js file to a .tsx file to better fit my project’s requirements. However, I encountered errors in the AddTask and TimeTable components when trying to add a task. The application works as intended when the useState hooks for tasks and taskDurations are initialized with empty arrays instead.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: