btlqql opened a new issue, #2104: URL: https://github.com/apache/rocketmq-dashboard/issues/2104
## Problem web/src/pages/instance/acl.tsx filters rules with r.principal.toLowerCase() and r.resource.toLowerCase() without guarding null values from the backend, crashing when a rule has no principal/resource. ## Expected Guard with (r.principal ?? '').toLowerCase(). -- 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]
