plainheart commented on issue #16681: URL: https://github.com/apache/echarts/issues/16681#issuecomment-1067563322
Check if you are using `ref` or `reactive` to wrap the echarts instance to make it reactive. If so, try to use `shallowRef` or `shallowReactive` or a common variable instead. It's not suggested and meaningless to make a complex 3rd party class instance like ECharts reactive. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
