Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于bug收集 #49

Open
YanxiaWu opened this issue Jul 10, 2024 · 0 comments
Open

关于bug收集 #49

YanxiaWu opened this issue Jul 10, 2024 · 0 comments

Comments

@YanxiaWu
Copy link

您好
我正在学习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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant