Closed
Description
Q | A |
---|---|
Bug report? | yes |
Feature request? | no |
BC Break report? | no |
RFC? | no |
Symfony version | 3.3.5 |
Using the VarDumper component outside of Symfony (in a simple PHP project), I encountered an issue with the dumper front when I try to extend the second object:
Uncaught DOMException: Failed to execute 'replaceChild' on 'Node': The node to be replaced is not a child of this node.
at index.html:37:4501
at HTMLPreElement.<anonymous> (index.html:37:3322)
Here is the file output that reproduce the error: https://gist.github.com/Vinorcola/abb6e3439b648a4d7b4a8f0a86807eb2