Looks like from this commit 57b6d0b ( @joanromano ) some meta fields were converted to snake_case, if we do this we need to make sure that during materialisation we convert camelCase to snake_case.
At the moment TabConfig (and maybe others too) are broken because its properties are camelCase but materialisation is looking for snake_case properties ("icon_name").