Kevin
Well-known member
I'm using
Here's a random example where within the same template

When viewing the code, the link
No errors are showing in the browser console, no errors are being captured to the ACP, and it seems to be inconsistent in that sometimes I'm getting the buttons and not others.
The template is not doing anything special, just including a
Thoughts would be appreciated.
dump
in a modal template to show the contents of an array on screen. With XF 2.2 & below it's always worked fine, with XF 2.3.4 though I'm running into the situation where more-often-than-not the expand/collapse buttons aren't showing on the screen.Here's a random example where within the same template
dump
is showing the buttons in one spot but not another to give an idea of what I'm describing.
When viewing the code, the link
sf-dump-ref sf-dump-toggle
is present in the second shown dump that is working but is missing entirely from the first dump that isn't.No errors are showing in the browser console, no errors are being captured to the ACP, and it seems to be inconsistent in that sometimes I'm getting the buttons and not others.
The template is not doing anything special, just including a
{{ dump($variableName) }}
in the output. Thoughts would be appreciated.
