Perfect time waster:
· Name your RPC helper class Proxy
· Use Rollup module bundler which will put module’s symbols into global scope
· Upgrade to Vue.js 3 which relies on the built-in Proxy class
· Wonder why component hooks get an empty object as instance
🤦♂️
For reference: this is most likely my own fault, for keeping Vue as an external script which is opaque to Rollup. I guess that I’ll need to figure out better ways of bundling it.