Skip to content

关于bug收集 #49

@YanxiaWu

Description

@YanxiaWu

您好
我正在学习antd,看到您做的项目很感兴趣。非常感谢您的分享。
我想请问一下关于bug收集那里src/views/bug
/index.js,我看bug收集按钮所对应的function
jsError = () => {
console.log(obj.a.length);
};
loadResourceError = () => {
let img = document.createElement("img");
img.src = "/images/notExist.jpg";
let parent = document.querySelector(".app-container")
parent.appendChild(img);
}
并没有传递前端页面显示的异常信息呀,
image

请问您这些异常信息是从哪里获取来的呢?如何传递进来的。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions