You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 likeLog
is calling itself from insideLog
or an action that sets Onyx data is imported intoAPI
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.The text was updated successfully, but these errors were encountered: