Skip to content

fix: convert entityType to camelCase

Twan Driessen requested to merge feature/tocamelcase into master

In the case for Taxonomy Terms we receive the key as snakecase (taxonomy_term), where the state contains it in camelCase (taxonomyTerm). This is an inconsistency we should fix throughout this repo and (all) headless projects, however that's quite the undertaking, so we chose to fix this in a less elegant way.

Merge request reports

Loading