alibaba / ali-react-table

Performent, flexible and modern React table component.
https://ali-react-table.js.org/
MIT License
953 stars 311 forks source link

2.4.0在electron中使用,会死循环 #196

Open cike8899 opened 3 years ago

cike8899 commented 3 years ago

electron版本11.4.1

从2.3.1升级到2.4.0发现死循环了,CPU飙升,在popperjs不断的执行,一直没有退出,在浏览器里运行是没问题的,希望尽快得到回复 @shinima

feichao93 commented 3 years ago

2.4 更新比较大,先退回 2.3.1 吧 我去找个 electron 环境复现下

cike8899 commented 3 years ago

2.4 更新比较大,先退回 2.3.1 吧 我去找个 electron 环境复现下

想用resize功能,项目很紧急

feichao93 commented 3 years ago

@cike8899 抄一份代码 用起来就好

https://github.com/alibaba/ali-react-table/blob/master/packages/ali-react-table/src/pipeline/features/columnResize.tsx

这个文件中所有的 import, 'ali-react-table' 应该都导出了

wingtao commented 2 years ago

same issue, the isWindow func doesn't support the global object in electron