-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
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
Missing property for encryptedCardNumber
error in v6
#3034
Comments
encryptedCardNumber
errorencryptedCardNumber
error in v6
Hi @ashrafnazar thanks for reporting. Are you referring to the |
Hi @longyulongyu - that's correct |
@ashrafnazar - thanks for pointing this out. |
@sponglord - apologies for the late reply. That's fine, we're comparing the |
We have added this to our backlog of things to investigate |
Describe the bug
A clear and concise description of what the bug is.
Having
state.errors?.encryptedCardNumber?.detectedBrands
will flag a compilation error in the codeTo Reproduce
Steps to reproduce the behavior:
detectedBrands
array in theencryptedCardNumber
error property, but is not present in the typeExpected behavior
The type should include an optional property for
detectedBrands
The text was updated successfully, but these errors were encountered: