My router captures ids in url and passes loaded entities to presenters instead. I noticed that RoutingPanel doesn't show the entities although it dumps them with Dumper::toHtml().

If I comment out the following style at the top of RoutingPanel.panel.phtml:
#tracy-debug .nette-RoutingPanel code .tracy-collapsed {
display: none;
}
the variable shows in its typical collapsed coating:

I didn't notice any side effects, tested in Firefox.
The commit comment that added display: none; is rather barren: "values are dumped collapsed"
I don't understand how the clickable dump was supposed to unfold when completely invisible. To me this is a bug but maybe I'm just using the panel in some unexpected way :-)
My router captures ids in url and passes loaded entities to presenters instead. I noticed that RoutingPanel doesn't show the entities although it dumps them with
Dumper::toHtml().If I comment out the following style at the top of RoutingPanel.panel.phtml:
the variable shows in its typical collapsed coating:

I didn't notice any side effects, tested in Firefox.
The commit comment that added
display: none;is rather barren: "values are dumped collapsed"I don't understand how the clickable dump was supposed to unfold when completely invisible. To me this is a bug but maybe I'm just using the panel in some unexpected way :-)