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
Having files in the Models module that import UIComponents makes it impossible for UIComponents to reference objects in Models (which one would reasonably need to do) without introducing a circular dependency error.
I think the files in Models which reference UIComponents should be refactored to not do this.
The text was updated successfully, but these errors were encountered:
Having files in the Models module that import UIComponents makes it impossible for UIComponents to reference objects in Models (which one would reasonably need to do) without introducing a circular dependency error.
I think the files in Models which reference UIComponents should be refactored to not do this.
The text was updated successfully, but these errors were encountered: