Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I copy-pasted or duplicated a Vue proxy object. Why doesn it show up on the render?

duplicated object proxy render VUE
0
Posted

I copy-pasted or duplicated a Vue proxy object. Why doesn it show up on the render?

0

In order to properly duplicate a Vue proxy object, you need to use the commands from the xStream menu (Vue7xStream|Edit|Cut, Vue7xStream|Edit|Copy, Vue7xStream|Edit|Paste or Vue7xStream|Edit|Duplicate). Explanation: if you use the host application commands (by using the host application’s own menus, or by simply pressing the copy/paste shortcut keys), the newly created object will be a regular native object, it won’t be managed by Vue or present in the Vue scene. So, Vue won’t render it. So why does the native renderer ignore it as well? Proxy objects have a ignore from render flag enabled (to avoid both renderers from rendering it) which is copied into the duplicate object, which explains why this object is also ignored from native renderer.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123