Skip to content

json-viewer: v3.2.3

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Nov 15:25

3.2.3 (2023-11-04)

Bug Fixes

  • should handle key and path of nested grouped array with nestedIndex (6efeac6)
    image

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.