问题
When i use dump() function from the VarDumper Component (anything: variable, strings, ints objects), the profiler crashes. The web page shows properly but the profiler won't show up anymore if i use the dump() function.
I have a Javascript error in the console:
Uncaught TypeError: Cannot read property 'nodeValue' of null
at load.maxTries ((index):305)
at (index):305
at XMLHttpRequest.xhr.onreadystatechange ((index):305)
And i have no clue of what it is.
I am using Symfony 4.4.18.
Thanks everyone for your help
来源:https://stackoverflow.com/questions/65520409/symfony-vardumper-component-makes-the-profiler-crash