Unhandled Runtime Error

So the SliceMachine actually creates mock data that causes this error.

Autogenerated mock for Key Text

"buttonText": "test",

Manually corrected mock that works for Key Text

      "buttonText": [
        {
          "text": "test"
        }
      ],
1 Like