$ errors.fyi/rollup/CIRCULAR_DEPENDENCY 128 namespaces · 4,025 codes
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 —
» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT