intuit / devtools-ds

UI components, libraries, and templates for building robust devtools experiences.
https://intuit.github.io/devtools-ds
MIT License
250 stars 15 forks source link

Increase maximum parse depth for larger JSON objects #20

Closed adierkens closed 3 years ago

adierkens commented 3 years ago

What Changed

The 10 maximum depth was being hit on larger JSON payloads. Since the introduction of the lazy expansion of children, I'm not entirely sure if we still need this limit (or potentially another way to spot circular references), but this increases it to a larger 100 max-depth

tylerkrupicka commented 3 years ago

:rocket: PR was released in v1.1.1 :rocket: