Following Gantt columns guide, I’ve been able to display columns using custom React components after properly setting external_render
and using onrender
method for each column .
The problem I’ve found when migrating to React 18 and using createRoot
from react-dom/client instead of render
from react-dom on the renderElement
at gantt.config.external_renderer
is that the content of the column starts flickering when scrolling the Gantt diagram.
Is there any workaround for this or maybe this is already known issue? If that’s the case, is there any plans to address this on the future?
Thank you.