I am trying to implement crossmint-pay-button using javascript. I am using cdn link: https://unpkg.com/@crossmint/client-sdk-vanilla-ui@0.0.1-alpha.1/lib/index.global.js
<crossmint-pay-button
collectionTitle="Gaia comic"
collectionDescription="Gaia comic collection "
collectionPhoto=""
clientId="8d77450f.....ad497f612"
mintConfig='{"type":"erc-721","price":"0.1","_count":"1"}'
environment="staging"
/>
When I click Pay button below error gets. "Missing required argument count for minting. Please provide the argument in the mintParams"