json-viewer: v3.2.3
3.2.3 (2023-11-04)
Bug Fixes
- should handle key and path of nested grouped array with nestedIndex (6efeac6)
Note: This fix introduced nestedIndex
to DataItemProps
. It shouldn't break existing things. But if you are extending the Object
type, which will receive Array as input, please adopt the same strategy we do in this PR to calculate the key correctly.