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
There are a number of circular module dependencies in Magento 2; e.g., Mage_Quote depends on Mage_Sales, which itself depends on Mage_Quote. Presumably these circular dependencies are known and are intended to be resolved eventually?