yyqdbngt opened a new issue, #2064: URL: https://github.com/apache/rocketmq-dashboard/issues/2064
## Problem web/src/utils/format.ts formatBytes does not clamp the unit index and does not guard non-finite input. bytes >= 1024^6 yields units[i] === undefined and renders '1.2 undefined'; NaN/Infinity renders 'NaN undefined'. ## Expected Clamp to the largest unit and return a dash for non-finite input. -- 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]
