Here is a version that works. For now it does a hard clone to destroy v-on
events*… please check:
HypePetiteVue_scopeAndSymbols.hype.zip (154,4 KB)
Feedback welcome.
I opened a discussion on GitHub about it. Hopefully there is a better solution down the line but for now it does the job. Beware, It does destroy all event listeners, also from third parties. It only happens on scene changes and has the upside to mirror Hypes own reset behavior. If you need values to “survive “ transitions just init them (in v-scope) from a global data store or use the exposed customData object!