Skip to content

Hotfix/2.2.8: Handles null references inside group.

Compare
Choose a tag to compare
@vkalta vkalta released this 21 Aug 06:31
· 446 commits to master since this release
  • While normalizing an entry, null was being passed to graphql, which makes it display references as null. Handling null reference passed to graphql which expects an array data type resolves the issue.