ignite icon indicating copy to clipboard operation
ignite copied to clipboard

Fix issues with circular dependencies

Open markrickert opened this issue 6 months ago • 0 comments

Describe the bug

Running the following command results in 18 circular dependencies in an ignited app:

npx madge --circular --extensions ts,tsx --ts-config tsconfig.json ./

Image

We should fix the generated ignite codebase so that this shows 0 circular dependencies. This will speed up metro resolving the module graph.

Ignite version

latest

Additional info

n/a

markrickert avatar May 28 '25 16:05 markrickert