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.
A ton of
// eslint-disable-next-line import/no-cyclewere added as part of this PR. Going to try to come up with a solution for them. Mainly there are issues likeLogis calling itself from insideLogor an action that sets Onyx data is imported intoAPIfrom 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.