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.
这是我的问题的代码框的链接。关联
目前,我有这个设置。Add slot 在 ckeditor 组件内添加一张卡片。您可以创建多个插槽。递增/递减计数器递增/递减 ckeditor 外部的计数器。但是,我希望增量/减量也反映在插槽内。由于无法找到正确的方法来执行此操作,Portal 无法工作,因为它们在同一个 DOM 中呈现。ReactDOM.render 没有办法将上下文从元素的父组件传递到插入的组件。有谁知道解决这个问题的方法?