Circular dependencies
See original GitHub issueHi guys, i’m using your awesome project to building an app. Today i have some problems and checked that there is a circular dependencies. It makes the app can not start properly. Please check this circular:
ra-core\esm\actions\accumulateActions.js -> ra-core\esm\actions\dataActions\index.js -> ra-core\esm\actions\dataActions\crudCreate.js -> ra-core\esm\core\index.js -> ra-core\esm\core\components.js -> ra-core\esm\core\CoreAdmin.js -> ra-core\esm\core\CoreAdminContext.js -> ra-core\esm\auth\index.js -> ra-core\esm\auth\useLogoutIfAccessDenied.js -> ra-core\esm\sideEffect\index.js -> ra-core\esm\sideEffect\admin.js -> ra-core\esm\sideEffect\fetch.js -> ra-core\esm\actions\index.js -> ra-core\esm\actions\accumulateActions.js
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
Circular dependency - Wikipedia
In software engineering, a circular dependency is a relation between two or more modules which either directly or indirectly depend on each other...
Read more >What is a circular dependency and how can I solve it?
A circular dependency is where Project A depends on something in Project B and project B depends on something in Project A. This...
Read more >Circular Dependencies in Spring - Baeldung
But with a circular dependency, Spring cannot decide which of the beans should be created first since they depend on one another.
Read more >What is a circular dependency? - CoConstruct
This is the more common and straightforward type of circular dependency. A circular dependency occurs when a task is dependent on itself.
Read more >The vicious cycle of circular dependencies in microservices
A circular dependency is defined as a relationship between two or more application modules that are codependent. Circular dependencies in a ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

TypeScript
This issue has gotten no attention from the community. As we don’t use the
microbundlebundler, and there are alternatives (likeimport from 'react-admin';), I’ll close it.