Happy-Coding-Clans / vue-easytable

A powerful data table based on vuejs. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.
https://happy-coding-clans.github.io/vue-easytable/
MIT License
3.69k stars 738 forks source link

[Bug Report] 参考了 51的回答 但是没有解决 浏览器报 ResizeObserver loop limit exceeded #554

Closed tiantianchuangduixiang closed 1 year ago

tiantianchuangduixiang commented 1 year ago

选择要提交 issue 的库

vue-easytable

Issue 类型

Bug

Issue 标题

参考了 51的回答 但是没有解决 浏览器报 ResizeObserver loop limit exceeded

仓库版本

v2.24.0

Vue 版本

2.7.14

浏览器

Chrome 111.0.5563.147

系统类型

Windows

重现链接

https://codesandbox.io/s/admiring-mountain-d4nxss?file=/Example.vue

重现步骤

使用webpack 编译 在开发环境 浏览器一直弹出ResizeObserver loop limit exceeded

期望的结果是什么?

该怎么解决这个问题 因为我在上次提出后 给了一个参考内容 但是那个参考内容不足以解决我的问题

实际的结果是什么?

无法阻止弹出 ResizeObserver loop limit exceeded

补充说明(可选)

参考 #51 内容后无发解决

tiantianchuangduixiang commented 1 year ago

是参考的 https://github.com/Happy-Coding-Clans/vue-easytable/issues/501 这个

huangshuwei commented 1 year ago

我这正常,是否有其他信息你没提供到 image

tiantianchuangduixiang commented 1 year ago

我这正常,是否有其他信息你没提供到 image

https://codesandbox.io/p/sandbox/cocky-mcclintock-byz8x8?file=%2Fmain.js&selection=%5B%7B%22endColumn%22%3A1%2C%22endLineNumber%22%3A14%2C%22startColumn%22%3A1%2C%22startLineNumber%22%3A14%7D%5D

这个是用webpack-dev-serve 启动的 可以复现

huangshuwei commented 1 year ago

这个属于webpack-dev-server 的bug: https://github.com/webpack/webpack-dev-server/issues/4771 ,你按照这个issue 试试

tiantianchuangduixiang commented 1 year ago

1680072763141 这样解决了

CaiWenlie commented 1 year ago

1680072763141 这样解决了

这犯规了吧,哪有改node_modules的...