mirror of
https://github.com/jamiepine/voicebox.git
synced 2026-09-16 13:20:39 -07:00
Both useAutoUpdater.ts and .tsx existed; Vite resolves .ts first, which accepts showToast but never implements it — so the update toast App.tsx asks for never rendered. The .tsx variant is the full implementation and has the same signature.