We used a util that (among other things) checked for this under the hood - this is the part that fai

We used a util that (among other things) checked for this under the hood - this is the part that failed
    for (const _ in val) {
        return true;
    }
Was this page helpful?