Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 React JS 项目中使用 adyen 支付网关的 customcard 组件。当我的父组件中有一些 dom 更新时,Adyen 安全字段将无法正常工作。我不知道为什么。请参阅随附的屏幕截图以供参考。是否有任何回调方法来处理此类错误或是否有解决此问题的方法。
我认为问题是由于您尝试多次初始化 Adyen 组件这一事实引起的。这是一个常见问题,尤其是当人们使用 Vue 或 React 时,请确保不要重新渲染 DOM 元素。