-
Notifications
You must be signed in to change notification settings - Fork 57
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
偶现情况: hookElement 出来的不是 Node,导致 appendChild 的时候出错。 #91
Comments
请提供一个最小复现示例来帮助复现并定位问题 (可以在报错前断点看看,有可能是你传递给appendChild的参数真的不是Node类型) |
@Nikaple 目前无法复现,所以想来这里问一下,出错的 |
这是为了重试动态加载 JS 而执行的正常逻辑。 |
嗯嗯,我理解,不过根据报错,像是有某种情况 hook 失败了,导致的 |
所以需要你提供复现链接,或者定位到问题的原因,只提一个issue并不能解决问题 |
目前就是无法稳定复现,所以来这里提 issue 看看有没有啥头绪的,等找到稳定复现的情况再继续这个 issue 吧。 |
老哥,你解决了吗?我也遇到了这个问题。 |
还没解决。 |
hi @Nikaple 我们找到了百分百复现的步骤,你这边最近会修复吗? |
hi @Nikaple 上一次提供的最小复现代码是fixed了,但是我这边的页面代码还是可以百分百复现,于是再给你提供一个最小复现代码: |
在iframe中append父页面document创建的HTML标签这种场景过于小众,且修复成本很高,暂不考虑支持了 |
I'm submitting a...
Current behavior
hookElement 出来的不是 Node,导致 appendChild 的时候出错。
Expected behavior
能确保 hookElement 出来的一定是 Node.
Minimal reproduction of the problem with instructions
偶现情况,暂未找到原因
What is the motivation / use case for changing the behavior?
不会阻塞其他脚本的加载
Environment
The text was updated successfully, but these errors were encountered: