Getting Chrome error "repeatIf: undefined is not a function" in v7.0.10 - works in v6.2.8

I’m getting “Error in condition of repeatIf: undefined is not a function” in macro running v7.0.10. Macro runs without errors in v6.2.8. Always ran before upgrading to v7.0.10. I have both extensions loaded in Chrome. Example macro is included below. Thanks.

{
  "Name": "FT-Sunday-TEST",
  "CreationDate": "2022-5-5",
  "Commands": [
    {
      "Command": "store",
      "Target": "nodisplay",
      "Value": "!replayspeed",
      "Description": ""
    },
    {
      "Command": "open",
      "Target": "https://ui.vision/rpa/docs/selenium-ide/storetext",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "do",
      "Target": "",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "storeText",
      "Target": "xpath=//*[@id=\"content\"]/div[2]/div[2]/p[9]/em",
      "Value": "value",
      "Description": ""
    },
    {
      "Command": "repeatIf",
      "Target": "${value}.includes(\"UI.Vision RPA\") == true",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "comment",
      "Target": "",
      "Value": "STOP",
      "Description": ""
    }
  ]
}

Hi, please replace this by .indexOf(\"hello\") > -1

For more details see Error in condition of if_v2: undefined is not a function - #3 by admin