T.badges.filter is not a function && Cannot read property 'editMode'

After updating to 0.100.3 am getting javascript errors in chrome JS console when I open “Overview” page.

Uncaught (in promise) TypeError: t.badges.filter is not a function
    at ha-panel-lovelace.ts:256
    at Array.forEach (<anonymous>)
    at HTMLElement._checkLovelaceConfig (ha-panel-lovelace.ts:254)
    at HTMLElement._setLovelaceConfig (ha-panel-lovelace.ts:262)
    at HTMLElement._fetchConfig (ha-panel-lovelace.ts:249)
hui-root.ts:498 Uncaught (in promise) TypeError: Cannot read property 'editMode' of undefined
    at HTMLElement.get _editMode [as _editMode] (hui-root.ts:498)
    at HTMLElement.render (hui-root.ts:91)
    at HTMLElement.update (lit-element.js:163)
    at HTMLElement.performUpdate (updating-element.js:508)
    at HTMLElement._enqueueUpdate (updating-element.js:460)

I did try to reinstall hass on a new system and restoring my conf from backup. I’m running hass on debian 10 buster and did try debian 9 also.

I had to delete everything from /.storage/lovelace that contained word badges to get it working