Silly CFDUMP Question
We have just recently updated from CF11 to CF2018.
One thing we do often as we develop is use CFDUMP to view the contents of variables and objects as we're coding. We've grown quite fond of ColdFusion's neat little CFDUMP tables that make viewing objects so convenient such as this little example:

However, since installing CF2018, CF when we use a CFDUMP inside a CFC we no longer get this nice view. We get a plain old HTML table that's much harder to read..especially as the objects grow much larger:

Viewing the source code of the dumped page, CF is not inserting the CSS nor JS for it's CFDUMP tables when used within a CFC.
Everything is fine if the CFDUMP is used on a CFM page.
This was not a problem in CF11 nor any version prior.
Any ideas how to get CF to 'dump' out the CSS and JS when used in a CFC?
