Im running into an issue when loading lots of records at once that have issues reported by the JSON:API validator.
Currently we have a conflict with a local is Deleted and isDeleted on the record, which is flagged by the validator and is printed out, but when fetching a large amount of records RangeError: Maximum Call Stack Size Exceeded is thrown when attempting colorize ? console.log(errorString, ...colors) : console.log(errorString);
While i agree I need to fix the validation issue, I think we need something to make it clear what the issues is and potentially a way to print the validation errors that doesn't error due to max call stack.