uncaughtxcptn/endpoints

Rerender request-log components properly when there are new logs

arnellebalane opened this issue · 0 comments

Currently, when new request logs arrive from the backend and are displayed while some existing request-log components are expanded, somehow the wrong request-logs become expanded when the new ones are rendered.

Fix this to always have the correct request-log components expanded even when new ones are added on the page.