We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ProductDetails.tsx でproductオブジェクトから取得しているdescriptionHtmlがProduct typeにはないとエラーが出るので、型を拡張する(js-buy-sdkとstore front apiの仕様があっていない?)
ProductDetails.tsx
product
descriptionHtml
Product
The text was updated successfully, but these errors were encountered:
ProductOption.tsx const selectedOptions = variant ? variant.selectedOptions : product.variants[0].selectedOptions;
のselectedOptionsもエラーが出ている。
selectedOptions
Sorry, something went wrong.
No branches or pull requests
ProductDetails.tsx
でproduct
オブジェクトから取得しているdescriptionHtml
がProduct
typeにはないとエラーが出るので、型を拡張する(js-buy-sdkとstore front apiの仕様があっていない?)The text was updated successfully, but these errors were encountered: