Gauge card - no needle in HA 2021.12.1

Yep also struggling hope that will be fixed soon

Updated to 2022.2.0 and iOS app to 2022.2 and everything is shown normally again.

Yes, same here, thanx devs!!

I have also a problem of needle.

When I create a an independent card all is normal
gauge

type: gauge
entity: sensor.audi_q5_tfsi_e_tank_level
unit: '%'
needle: true
severity:
  green: 30
  yellow: 10
  red: 0

but when I integrate it in a “picture element” card I loose the formatting and the needle of the gauge
gauge integration2

type: picture-elements
elements:

  - type: custom:gauge-card
    entity: sensor.audi_q5_tfsi_e_tank_level
    unit: '%'
    needle: true
    scale: 20px
    severity:
      green: 30
      yellow: 10
      red: 0
    style:
      top: 85%
      left: 25%
  - type: state-icon
    entity: sensor.audi_q5_tfsi_e_tank_level
    style:
      top: 90%
      left: 25%
image: /local/img/cx9.svg

can you help me to integrate the formatting gauge in the element picture card? is it a bug?