react-ellipsis icon indicating copy to clipboard operation
react-ellipsis copied to clipboard

Uncaught TypeError: Cannot read properties of null (reading 'style')

Open bffisher opened this issue 2 years ago • 1 comments

https://github.com/chenquincy/react-ellipsis/blob/f820a395ace8d643e63f755ec19157de7b9a83f1/src/utils/is.ts#L11

在我的项目初始化时,由于一些特殊的操作,document.body会为null。

bffisher avatar Feb 07 '23 06:02 bffisher

可以在 document.body 设置回原始值的时候再渲染 react-ellipsis 组件

ruofee avatar Apr 23 '24 13:04 ruofee