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
getTemplate from third party npm package
A clear and concise description of what the bug is.
window.getTemplate function agent by sandbox proxy,bind window in getTargetValue
Mini Showcase Repository(REQUIRED)
Provide a mini GitHub repository which can reproduce the issue.
How To Reproduce
Steps to reproduce the behavior: 1. 2.
Expected behavior 1. 2.
Context
qiankun Version:
Platform Version:
Browser Version:
The text was updated successfully, but these errors were encountered:
What happens?
eg:
const obj = {}; window.getTemplate = function(){ this.a = 'xxxxxxx'; this.b='xxxxxxx'; } window.getTemplate.apply(obj ); console.log(obj .a);
obj .a 、obj.b is undefined
getTemplate from third party npm package
A clear and concise description of what the bug is.
window.getTemplate function agent by sandbox proxy,bind window in getTargetValue
Mini Showcase Repository(REQUIRED)
How To Reproduce
Steps to reproduce the behavior: 1. 2.
Expected behavior 1. 2.
Context
The text was updated successfully, but these errors were encountered: