You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe what should be investigated or refactored
A circular dependency exists between these files. We should refactor our code so that it no longer exists.
It's possible that there will be a chain of related circular dependencies while working on this issue, try to scope work down to just the specified files if possible. If not possible, cross-reference to other circular dependency issues.
Links to any relevant code
N/A
Additional context
Run npx madge --circular --ts-config tsconfig.json --extensions ts,js src/ to check for circular dependencies locally.
The text was updated successfully, but these errors were encountered:
Describe what should be investigated or refactored
A circular dependency exists between these files. We should refactor our code so that it no longer exists.
It's possible that there will be a chain of related circular dependencies while working on this issue, try to scope work down to just the specified files if possible. If not possible, cross-reference to other circular dependency issues.
Links to any relevant code
N/A
Additional context
Run
npx madge --circular --ts-config tsconfig.json --extensions ts,js src/
to check for circular dependencies locally.The text was updated successfully, but these errors were encountered: