Font Awesome Icon within a button, becomes invisible if any dynamic attribute is added

Wappler Version : 6.5.4
Operating System :Windows 11 Home 22631.3447
Server Model: Serverless
Database Type: –
Hosting Type: on CDN

Expected behavior

Font Awesome Icon should be visible even if dynamic attributes are added

Actual behavior

Font Awesome Icon becomes invisible the moment any dynamic attribute is added
. Even if all dynamic attributes are then removed, the icon remains invisible inspite of refreshing the page and saving it.

How to reproduce

  1. Add a Font Awesome icon to a button
  2. Add any dynamic attribute to it, eg inner text
    <i class="fas fa-flag" dmx-text="'test'"></i>
  3. The Icon will become invisible.
  4. Remove all dynamic attributes
    <i class="fas fa-flag" ></i>
  5. The Icon is still invisible