Closed jkavalik closed 1 year ago
Same problem here :)
Hi ✋ Problem is here https://github.com/contributte/tracy/blob/master/src/DI/NavigationPanelExtension.php?
@f3l1x Hm, it seems that I was too hasty and the actual problem is elsewhere, I am sorry.
Hello, we just hit a problem on deploy, Nette App released a new version today and it replaces
$bar->addPanel(new Latte\Bridges\Tracy\LattePanel(..))
with$template->getLatte()->addExtension(new Latte\Bridges\Tracy\TracyExtension($name));
which throws an exception with contributte/tracy - src/Bridges/ApplicationDI/LatteExtension.phpI expect more people to hit it soon. The simplest fix would be to do a new patch release with "conflicts", at least until the code is updated.