nelsonic/github-scraper

Circular Reference Objects ... ๐Ÿ˜•

nelsonic opened this issue ยท 1 comments

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] }
}

image

There is no reason for this complexity.

  • Let's fix it.