Matthieu Massé
Matthieu Massé
Hi, I'm facing the same issue (Vue3/Nuxt). While moving the player in DOM, it duplicates the controls. keep-alive has no effects on this behaviour. Any ideas ? https://github.com/user-attachments/assets/819051bf-d90e-4478-92ff-3f9c71126e97
Hi there, This issue is still present in 4.3.0 deployed with caprover. Any workaround to make the button available ?
Hi @muhsin-k I'm on version v4.4.0 Build 5454535. The integration is correctly configured (it looks like it is) And i cannot find this linear section : Am i missing something...
Yes that's what i understand from my different tests. > The expected behaviour is for all issues to be shown by default, and if an issue has a parent in...
I have everything correctly installed. I had to create a nuxt plugin to make it work : ```typescript declare global { interface Window { $RefreshReg$: any; $RefreshSig$: any; __vite_plugin_react_preamble_installed__: boolean;...