React16 升级至 React17 后的 document.addEventListener 异常分析与处理
相比 React 16 来说,React17 的新特性就是无特性,所以从 16 升级至 17 是相对比较平滑的。但一个具有破坏性变更的就是事件系统的更改。 In React 17, React will no longer attach event handlers at the document level. Instead, it will attach them to the root DO