pierrejeambrun commented on PR #57568: URL: https://github.com/apache/airflow/pull/57568#issuecomment-3491326448
Also this is probably not a scalable approach. The problem comes from the fact that the components are created on each render. And therefore the `modal` from one render is different form the other model of the other render. Basically `useMemo` the columns, instead of calling `runColumns()` and `taskInstanceColumns()` should fix the issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
