You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 22, 2026. It is now read-only.
I was trying to test out the validation in "tree" mode of JsonEditor react, as per the example below:
CodeSandbox:
https://codesandbox.io/p/sandbox/confident-currying-l2v2ht?file=%2Fsrc%2FApp.js%3A16%2C23
It gave the below error in console.
TypeError: Cannot read properties of undefined (reading '0')The root.findNode(error.dataPath) invocation passes error.dataPath as undefined.