plainheart commented on issue #20781:
URL: https://github.com/apache/echarts/issues/20781#issuecomment-2677518459

   Use shallow API for any complex third-party instance object.
   
   ```diff
   - const myChart = ref(null);
   + const myChart = shallowRef(null);
   ```
   
   Or change the `myChart` ref to a local variable.
   
   See also [FAQ](https://echarts.apache.org/faq.html#others).


-- 
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]

Reply via email to