Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eliminate dependency cycles #6251

Closed
Tracked by #5984
marcaaron opened this issue Nov 5, 2021 · 0 comments
Closed
Tracked by #5984

Eliminate dependency cycles #6251

marcaaron opened this issue Nov 5, 2021 · 0 comments
Assignees
Labels

Comments

@marcaaron
Copy link
Contributor

marcaaron commented Nov 5, 2021

A ton of // eslint-disable-next-line import/no-cycle were added as part of this PR. Going to try to come up with a solution for them. Mainly there are issues like Log is calling itself from inside Log or an action that sets Onyx data is imported into API from a file that import API to make some request in another method. It doesn't look like they are hurting anything, but could be organized better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants