uranusjr commented on issue #48711:
URL: https://github.com/apache/airflow/issues/48711#issuecomment-2774743600

   According to React documentation, this is the “real” error (the React error 
is just a shorthand)
   
   > Maximum update depth exceeded. This can happen when a component repeatedly 
calls setState inside componentWillUpdate or componentDidUpdate. React limits 
the number of nested updates to prevent infinite loops.
   
   So it could be some combination of arguments causing multiple components to 
try to update each other? It’s more likely this is a frontend rendering issue 
and not related to the data sent by the backend.


-- 
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]

Reply via email to