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
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…