Jakub Jelínek

Results 12 comments of Jakub Jelínek

Nuxt 3 SSR support would be awesome.

Unfortunately, I can not provide any more detailed reprotuction. I tried to reistall it once again using bun, ran ’bun prepare’ again and it sudenly started working. That means it...

Well, I always removed the node_modules and all lockfiles. So I am not sure - I might try installing latest pnpm and trying it out again just to be sure.

It shows just that the type is unknown in my production project. I really cannot reproduce it now, even with pnpm in the reproduction repo I provided. I guess we...

I may have found the issue. It seems like it is caused by installling `@vueuse/motion` inside the modules. I updated the reproduction. You might have to restart your editor after...

No news I guess? Maybe the steps above should be at least mentioned in the documentation because without them, the sheet modal is unusable.

I just realized that this could also be implemented in google-fonts-helper. Not sure which way would be better.

> so is it possible rn? Not yet. I don't have much time right now to continue with this pull request, help would be appreciated.

This does not appear to be possible with the current implementation of this module. Google does not allow specifying different text parameters for different fonts in a single API link....

I was able to dirty fix this issue by editing @ionic/vue/dist/index.js. The fix is to move every `defineCustomElement();` outside the `defineComponent()`. Not sure what could be causing this.