Skip to content

Remove circular depdencies #5

@pffigueiredo

Description

@pffigueiredo

Problem

When running the following command npx madge --circular --extensions ts,tsx,js,jsx ./src in the respository directory, you can find all the circular dependencies going on.

image

These are mostly happening due to type definitions in incorrect places, and then, the importing of these types.

Possible Solution

Move these type definitions around, so that they are in a "export only" file or at least, don't cause this type of problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions