'ResourceYAMLCollection' object has no attribute 'async_create_item'

Dear community:

No expert in HA frontend but believe the below error could be caused by some breaking change in HA. I have zidoo-player HACS integration which used to work fine, I noticed today that it fails to setup the device and dig into the log and found the below error:

Error setting up entry Z9X 8K for zidoo
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 769, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/zidoo/**init**.py", line 33, in async_setup_entry
await cards.async_register()
File "/config/custom_components/zidoo/frontend/**init**.py", line 25, in async_register
await self.async_register_zidoo_cards()
File "/config/custom_components/zidoo/frontend/**init**.py", line 52, in async_register_zidoo_cards
await self.hass.data[LOVELACE_DATA].resources.async_create_item(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ResourceYAMLCollection' object has no attribute 'async_create_item'

I’m no expert here but believe it tries to regster some extra resource but failed, I manage dashboard by YAML so maybe something change in that area. Any suggestion where to dig? Thanks