Every sdk upgrade has become a nightmare

Another bug on views. I am starting to wonder if anybody test these before shipping.
On sdk 3.x before everything was rewritten in typescript, the sdk returned keys as normal with single quotes.
Now with 4.x has additional double quotes, see for example :
ViewRow {
value: null,
key: ‘“62eba17d3d800000”’,
id: ‘u#62eba17d3d800000’
},