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?

