yyqdbngt opened a new issue, #2067:
URL: https://github.com/apache/rocketmq-dashboard/issues/2067

   ## Problem
   
   web/src/pages/studio/BrokerCluster.tsx calls cluster.brokers.forEach / 
nameServers.forEach / proxies.forEach without a null guard, while the backend 
can serialize these as null.
   
   ## Expected
   
   Use (cluster.brokers ?? []).forEach etc.


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