RootCauseunvalidated
Calling the lazy/import factory in a place that retriggers rendering (e.g., invoked under Suspense or re-created per render with the changing variable) makes React repeatedly re-run the lazy import, causing an infinite loop.
9a2e60ad-5a41-48a7-a4b5-e646f2d89f47
Calling the lazy/import factory in a place that retriggers rendering (e.g., invoked under Suspense or re-created per render with the changing variable) makes React repeatedly re-run the lazy import, causing an infinite loop.