We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d30508 commit 77d9cb3Copy full SHA for 77d9cb3
src/three-domain-secure/component.jsx
@@ -121,7 +121,7 @@ export function getThreeDomainSecureComponent(): TDSComponent {
121
122
// HostedFields ONLY rejects when the err object is not null. The below implementation ensures that CardFields follows the same pattern.
123
124
- // $FlowFixMe[incompatible-use]
+ // $FlowFixMe[incompatible-type]
125
if (isCardFieldFlow === true && result?.success !== true) {
126
return props.onClose();
127
}
0 commit comments