Class toggle not toggling with variable

V4.9.1 - Nodejs

Class toggles are not working properly with variable values.

For example:

<i class="fa-solid fa-circle fa-xs fa-fw" dmx-class:form_step_done="add_ach_form_step.value>1" dmx-class:form_step_on="add_ach_form_step.value===1"></i>

When I refresh the page, sometimes it “toggles” the first one, but it doesn’t switch the classes when the “add_ach_form_step” variable value is 2, which then it should toggle to dmx-class:form_step_done="add_ach_form_step.value>1"

I’m not sure in which version this started happening as I just notice it now.
Could it be something related to the app connect performance updates in the last weeks/months?

Community Page
Last updated: