Grigorii K. Shartsev
Grigorii K. Shartsev
Note, you don't need to always import `t` in components for tests, it is not required. We can setup component's globals in the `mount` function, including installing plugins: See: -...
Can you describe the `fix(vue3): fix double emitting` commit?
Shall we do it in `main`?
For history, using global `t` wasn't good because: - It's indeterminate. There is no guarantee, `window.t` is the same version as installed `@nextcloud/l10n`. Different modules may use different versions. Same...
I will try to check this issue again next week 👀
Please, confirm that this problem still persist on v1 and which macOS version do you use.
Closing in flavor of https://github.com/nextcloud/talk-desktop/pull/683
Unfortunately, we are still unable to reproduce the issue (but we haven't tried Ubuntu 24 yet). However, I have found some mentions of the error, and it seems it also...
- Ref: https://github.com/electron/electron/issues/41066