useCreateImageContent docs mention productIds, but TS errors

Hello,

I found what appears to be a mismatch between the useCreateImageContent documentation and the actual TypeScript types in the latest packages.

The docs for useCreateImageContent state that createImageContent accepts the following optional field:

  • productIds: an array of Shopify product GIDs

However, with the latest packages:

TypeScript reports:

This prevents the app from being submitted.

I believe this should not be workarounded so could the docs or the shop-minis-react package be corrected?

Hi @Iurii_Teslenko !

Thanks for flagging this, there was indeed a mismatch between the docs and some recent shop-minis-react changes yet unreleased. We’ll be soon releasing v0.13.2, which should support the documented fields.