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
With symfony/dependency-injection 5.3.7, we're getting a bunch of these errors:
In CheckCircularReferencesPass.php line 67:
Circular reference detected for service "Bolt\Menu\StopwatchBackendMenuBuilder", path: "Bolt\Menu\StopwatchBackendMenuBuilder -> Bolt\Menu\StopwatchBackendMenuBuilder"
It seems that this is caused by the changed order in Compiler/Passconfig.php, introduced here: