Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): Fix null reference error when hydrating entity
In the case that an entity has _only_ `localeString` or `localeText` custom fields, a `Cannot convert undefined or null to object` error could result when hydrating the custom fields because the entity itself did not have a customFields object. Fixes #2264
- Loading branch information