angular-json-human
angular-json-human copied to clipboard
Not importing lodash causes an infinite loop of errors
You mention that lodash is needed but your example code did not include the import. If you forget to import it, the parser goes into an infinite loop producing errors until the browser tab dies.
Would be good to update the documentation (and handle the error better) even if you don't get around removing the lodash dependency.