ResourcePicker - type: variant suddenly stopped working for search

ResourcePicker has suddenly stopped working for our app because of wrong searchQuery. For some reason when we input something in the search bar the generated query will wrap it with single qoutes, e.g. ‘product_type:Chair’

const variants = await shopify.resourcePicker({
      type: "variant",
      action: "select",
      multiple: true,
    });