You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
实际:鼠标右击点击添加评论的时候,浏览器控制台报错 An empty string ("") was passed to the src attribute. This may cause the browser to download the whole page again over the network. To fix this, either do not render the element at all or pass null to src instead of an empty string.
When you right-click and click to add a comment, the browser console reports an error
Expected behavior
Expectation: The console does not report an error
Actual behavior
Actual: When you right-click to click to add a comment, the browser console reported an error. An empty string ("") was passed to the src attribute. This may cause the browser to download the whole page again over the network. To fix this, either do not render the element at all or pass null to src instead of an empty string.
在您提交此问题之前,您是否检查了以下内容?
受影响的包和版本
0.6.5
复现链接
univer-demo.zip
复现demo已上传,复现步骤如下:
1、设置镜像 npm config set registry https://registry.npmmirror.com
2、安装依赖 npm install
3、运行项目 npm run dev
4、鼠标右击点击添加评论的时候,浏览器控制台报错
预期行为
期望:控制台不报错
实际行为
实际:鼠标右击点击添加评论的时候,浏览器控制台报错 An empty string ("") was passed to the src attribute. This may cause the browser to download the whole page again over the network. To fix this, either do not render the element at all or pass null to src instead of an empty string.
运行环境
Chrome
系统信息
System:
OS: Windows 11 10.0.22621
CPU: (8) x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
Memory: 2.98 GB / 15.88 GB
Binaries:
Node: 16.20.2 - D:\develop\env\nodejs\node.EXE
npm: 8.19.4 - D:\develop\env\nodejs\npm.CMD
Browsers:
Edge: Chromium (102.0.1245.30)
Internet Explorer: 11.0.22621.1
The text was updated successfully, but these errors were encountered: