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
undefined
checkout-ui-extensions
The documentation for useSelectedPaymentOptions is defined as returning a number of values for handle here.
useSelectedPaymentOptions
handle
Those options for handle do not include undefined.
Worth noting, we can see it in production too - with real clients with real payment methods.
I'd expect either:
An example of undefined:
I assume this is unrelated to #2068 - but referencing it here for completeness.
The text was updated successfully, but these errors were encountered:
As requested in #2521, I have re-raised this issue as: https://community.shopify.dev/t/bug-useselectedpaymentoptions-can-return-undocumented-undefined/6397
Sorry, something went wrong.
No branches or pull requests
Please list the package(s) involved in the issue, and include the version you are using
checkout-ui-extensions
Describe the bug
The documentation for
useSelectedPaymentOptions
is defined as returning a number of values forhandle
here.Those options for
handle
do not includeundefined
.Steps to reproduce the behavior:
useSelectedPaymentOptions
handle
isundefined
Worth noting, we can see it in production too - with real clients with real payment methods.
Expected behavior
I'd expect either:
Screenshots
An example of undefined:
Additional context
I assume this is unrelated to #2068 - but referencing it here for completeness.
The text was updated successfully, but these errors were encountered: