You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2022/07/07 08:38:23 UTC

[GitHub] [echarts] yousafhanif commented on issue #17314: hostObj is undefined

yousafhanif commented on issue #17314:
URL: https://github.com/apache/echarts/issues/17314#issuecomment-1177257405

   facing the same issue. 
   
   `export function makeInner() {
     var key = '__ec_inner_' + innerUniqueIndex++;
     return function (hostObj) {
       if (!hostObj)
         hostObj = {};
       return hostObj[key] || (hostObj[key] = {});
     };
   }`
   
   That's the fix. pls fix and publish


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org