Gawdl3y / Resolute

Mod Manager GUI for Resonite
GNU General Public License v3.0
35 stars 0 forks source link

Avoid a hidden private field access error in update installation #165

Closed Gawdl3y closed 7 months ago

Gawdl3y commented 7 months ago

The Proxy wrapping that the Vue ref does on the update object results in an incorrect error about private field access coming from Tauri code due to TypeScript's private field checking. Storing the update object in a standard variable instead of a ref avoids this.