Alex Lohr
Alex Lohr
The fix is already on main, we just need to roll it out.
Thank you for the report, I'll have a look.
We should fix this nevertheless.
EIther that or we could add getters to pages.
There might still be projects using v1, so I would prefer to split the module.
No, it's just that support for both is on my to-do list.
I had not yet decided whether to call the sub-modules tauri-v2/-v1 or tauri/-legacy or transparently support both.
The idea is mostly about TS, because it lets you keep the original type information, which is impossible if you generate the tuple yourself.
The problem with typecasting is that the generics can clash. It is very difficult to get around that, hence why I prefer Object.assign.
The failure of the x64 build seems to stem from the process being killed after some time, not a failure with the build itself.