Marcel Jahn
Marcel Jahn
We've had Client Side Hydration Errors when using `responsive` in combination with `infinite`. On the Server Side as well as on "Desktop" more child element are being rendered than on...
You saved my day. Thanks!
I am also having this issue. Is there a quick fix for this?
Just found this: https://github.com/JimiSmith/PinnedHeaderListView/issues/26
Yes it did. onItemClick now returns the proper position for each element. The last element now really is the last element instead of the next Section Header. The code provided...
Running into the same issue. Dev is looking fine on RC6 and a slightly changed @nuxtjs/i18n (vue-i18n-routing import failure). But for Production everything breaks. We are building an app which...
@rchl Sure, fair point. Beta and RC of Nuxt 3 were looking pretty good and the roadmap looked fine as well. Didn't thought nuxt-i18n will be an issue as it...
Hi @steel97 Up to now only json, json5, yaml and yml are supported. --> https://github.com/nuxt-community/i18n-module/blob/next/packages/nuxt-i18n/src/utils.ts#L28 I would also like to maintain my translations in js/ts files.
@akasummer Try the latest Alpha. With this i can run nuxt generate and use `useLocalePath` composable :v:
That solved the issue for me. Thanks!