Popup with mushroom button does not work since update

Since the update to Home Assistant Operating System 10.3 and Home Assistant Core: 2023.7.1 a click on the mushroom button does not work anymore.
The following code worked until the update:

type: button
name: Popup
show_name: true
show_icon: true
tap_action:
  action: fire-dom-event
  browser_mod:
    service: browser_mod.popup
    data:
      deviceID: this
      content:
        type: vertical-stack
        cards:
          - type: custom:mushroom-entity-card
            entity: input_boolean.toggle_test

If i run the code without popup, it runs

type: custom:mushroom-entity-card
entity: input_boolean.toggle_test
tap_action:
  action: toggle

Does anyone have a solution for the problem?

Best, Thomas

Downgrade your Mushroom-installation or wait until a fix in browser-mod or mitigation in Mushroom will happen.

Thanks for your answer. I have tried.
I have downgraded both components popup and muschroom. I also did a minimal installation on an empty system. Unfortunately all without success. I have also upgraded the core, which I cannot downgrade. So the only solution seems to be to wait for a fix.

arganto:
Downgrade your Mushroom-installation or wait until a fix in browser-mod or mitigation in Mushroom will happen.

Thanks for the tip about the downgrade. I was under the impression that I had done this one. Obviously not correct. :confounded:
After a downgrade from Mushroom to version 2.8.1 everything runs as before. :grinning:

how do you downgrade please?

Select HACS, then the components, then click on the three dots in the upper right corner
select Redownload → Select Version

For me, only a downgrade to the next major version worked.
In the case of the Mushroom-Card 2.8.1

thanks - browser-mod got updated today and now newest mushrooms works fine.

Thanks for the hint. But unfortunately the problem is not fixed.
Clicking on a button with browser_mod 2.3.0 and Mushroom 3.0.3 still doesn’t work