Open
Description
Please complete the checklist before filing an issue:
- Is this a "how to" question? For questions on how to use the SDK, implement features or other related questions, please use our forums.
- Is this something you can debug and fix? Create a pull request and contribute! Bug fixes and documentation fixes are welcome. You can read our contribution guidelines for more details.
None of the above? Create an issue. Be sure to include all the necessary information for us to understand and reproduce the problem:
Bug details
Describe the bug
Hi, I am encountering an error while using the shopify-js-buy package version 2.9.0 in my app build process.
To Reproduce
- Install and use the shopify-js-buy package version 2.9.0 in your application.
- Build the application.
9:21:03 AM: ERROR [
9:21:03 AM: {
9:21:03 AM: message: Field 'presentmentPrices' doesn't exist on type 'ProductVariant',
9:21:03 AM: locations: [
9:21:03 AM: [Object]
9:21:03 AM: ],
9:21:03 AM: path: [
9:21:03 AM: 'fragment VariantFragment',
9:21:03 AM: 'presentmentPrices'
9:21:03 AM: ],
9:21:03 AM: extensions: {
9:21:03 AM: code: 'undefinedField',
9:21:03 AM: typeName: 'ProductVariant',
9:21:03 AM: fieldName: 'presentmentPrices'
9:21:03 AM: }
9:21:03 AM: }
9:21:03 AM: ]
Framework using nuxtjs
Since yesterday, I have been encountering this error.
Metadata
Metadata
Assignees
Labels
No labels