if someone stumble on this post in the future and have this problem i found a quick detour solution.
is to wrap the canvasInstance with vue `markRaw()` https://vuejs.org/api/reactivity-advanced#markraw to prevent it to be converted to a proxy this solved the issue for me.