fix(frontend): custom actor icons not displaying#5083
Conversation
Code Review: fix(frontend): custom actor icons not displayingOverviewThis PR fixes a React rendering bug where custom actor icons were not displaying, refactors the duplicated lazy-icon logic into a shared Root Cause FixThe bug was in The fix, caching the
|
| Area | Status |
|---|---|
| Root bug fix (lazy cache per export name) | Correct and well-motivated |
| Deduplication of lazy-icon logic | Clean; shared cache eliminates future drift |
| Pagination in ActorsGrid | Consistent with existing pattern |
| Actor count optimisation | Measurable improvement for large namespaces |
| Stories coverage | All branches including regression case |
| Blocker issues | None |
The emojiClassName documentation gap and the long TODO comment are minor items; nothing blocks merge.
d00ef28 to
f6fa0d4
Compare
f6fa0d4 to
7ba3a0d
Compare

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: