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

   ## Problem
   `ProxyPage` calls `loadProxyNodes()` from the component render path using a 
mutable ref guard. The request changes state while React is rendering and is 
not aligned with the component effect lifecycle, which can create duplicate or 
abandoned loads under Strict Mode and concurrent rendering.
   
   ## Scope
   - Move initial Proxy node loading into `useEffect`.
   - Preserve a single initial request and existing refresh behavior.
   - Add a component regression test for initial loading.
   
   ## Track
   Track 1 / ARCH-01 Proxy management view.


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