yyqdbngt opened a new pull request, #2811: URL: https://github.com/apache/rocketmq-dashboard/pull/2811
## Summary - format numeric DLQ message timestamps directly instead of calling `toISOString` first - render malformed and non-finite provider timestamps as unavailable - preserve valid epoch timestamps and add regression coverage ## Why `Date#toISOString()` throws a `RangeError` for malformed timestamps, so one bad provider row could crash the DLQ detail table render. ## Testing - `NODE_OPTIONS=--no-experimental-webstorage npm test -- src/pages/instance/__tests__/DLQPage.test.tsx` -- 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]
