Skip to content

hostObj is undefined #17314

@cubecleveland

Description

@cubecleveland

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions