Skip to content

Commit

Permalink
Ensures singular attachment for 3DS container
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissrogers committed Jan 29, 2024
1 parent d77cb71 commit 63da602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/three-d-secure-action.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export default class ThreeDSecureAction extends React.PureComponent {
}

componentDidMount () {
this._container.current.innerHTML = '';
this._threeDSecure.attach(this._container.current);
}

Expand Down

0 comments on commit 63da602

Please sign in to comment.