rollup · rollup/CIRCULAR_DEPENDENCY
CIRCULAR_DEPENDENCY
Circular Dependency
A circular import chain was detected (e.g. A imports B imports A). Rollup can still bundle circular dependencies in many cases, but they may cause runtime issues — values can be undefined at the time of first access. Refactor to break the cycle or use dynamic imports.
Also defined in
References
In this namespace
— start of namespace —
next → EMPTY_BUNDLE Empty Bundle