Version
5.3
Link to Minimal Reproduction
No response
Steps to Reproduce
Any custom chart that uses renderItem
Current Behavior
host Obj is undefined
which is coming from here ...
export function makeInner() {
var key = '_ec_inner' + innerUniqueIndex++;
return function (hostObj) {
return hostObj[key] || (hostObj[key] = {});
};
} in model.js
Expected Behavior
Not to see that bug but unmoung gracefully
Environment
- OS: Widnows
- Browser: All
- Framework:React
Any additional comments?
iwe think it comes from rapid mounting unmounting of the dom element togetehr with RenderItem function....
A
Version
5.3
Link to Minimal Reproduction
No response
Steps to Reproduce
Any custom chart that uses renderItem
Current Behavior
host Obj is undefined
which is coming from here ...
export function makeInner() {
var key = '_ec_inner' + innerUniqueIndex++;
return function (hostObj) {
return hostObj[key] || (hostObj[key] = {});
};
} in model.js
Expected Behavior
Not to see that bug but unmoung gracefully
Environment
Any additional comments?
iwe think it comes from rapid mounting unmounting of the dom element togetehr with RenderItem function....
A