Hello, I'm having some problems with the react gantt component. I've tried with a simple component wrapped in the Willow theme:
function App() {
return <Willow><Gantt /></Willow>;
}
if I cliick to add a new task multiple time, the first task is correclty rendered, the other tasks are not shown. it is only rendered an empty line, this way:
https://drive.proton.me/urls/01XCR5ZEER#vVXsKi2Zl7Cw
If I move the horizontal scrollbar under the react task grid or activate/deactivate the firebug tools, the tasks are immediately drawn correctly.
Did someone get a problem similar to this?
Thanks in advance,
Francesco