Michał Kędrzyński
Michał Kędrzyński
I have the very same issue. After some digging and checking adb logs I found, that it hangs on execution of GameHelper.beginUserInitiatedSignIn() with the log "beginUserInitiatedSignIn() called when already connecting"....
https://vuejs.org/v2/guide/components-dynamic-async.html#Async-Components On SSR component is fully rendered. On client component remains async and it's rendering is deferred.
Yes, I know how lazy hydration work. But if you read through library source code, you would see, that underneath it makes a component to be a function that returns...
I made a fix for the issue: https://github.com/maoberlehner/vue-lazy-hydration/pull/113 I use it in a production application and works like charm. Can you take a look?
The same problem for vue sdk.
Nice stuff 😀. Cool, that you also have some performance results 😀.
Or maybe add some support for local (per workspace) templates.
As a workaround you can use pass through: https://primevue.org/passthrough/ ``` ```