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

   ## Problem
   
   web/src/pages/instance/consumer.tsx reads 
selectedGroup.subscribedTopics.length and .map without guarding the nullable 
backend list.
   
   ## Expected
   
   Guard with (selectedGroup.subscribedTopics ?? []).


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