Hi,
would it be possible to add support for Nette 2.3?
When I init the extension by adding following to the config of Nette 2.3.3:
tracy:
bar: [NetteExtras\XDebugHelper()]
the whole Tracy panel disappears and I have to init it manually by calling the content of window.addEventListener('load') function. After that the extension is working, so this is the only drawback.
I also tried to tinker with the code but with no luck.
Hi,
would it be possible to add support for Nette 2.3?
When I init the extension by adding following to the config of Nette 2.3.3:
the whole Tracy panel disappears and I have to init it manually by calling the content of
window.addEventListener('load')function. After that the extension is working, so this is the only drawback.I also tried to tinker with the code but with no luck.