Lol it’s not just you. I spent a whole weekend on this.
Biggest "aha" moment: Make sure your proxy types are *assignable* to the original. If not, things explode in weird ways.
Also, `@types/proxy-helper` is a lifesaver. Not perfect, but better than nothing.
Speed tip: Cache your proxies if you can. Recreating them on the fly kills perf.
Biggest "aha" moment: Make sure your proxy types are *assignable* to the original. If not, things explode in weird ways.
Also, `@types/proxy-helper` is a lifesaver. Not perfect, but better than nothing.
Speed tip: Cache your proxies if you can. Recreating them on the fly kills perf.
