Circular Reference Objects ... ๐
nelsonic opened this issue ยท 1 comments
nelsonic commented
While attempting to use the org parser in dwyl/learn-postgresql#62
We are seeing the following Circular Reference:
{
_root:
initialize { '0': [Object], options: [Object], length: 1, _root: [Circular] }
}
There is no reason for this complexity.
- Let's fix it.
nelsonic commented