Lazysizes hydration missmatch
Hi, I'm trying to implement lazysizes in nuxt (because of the automatic size detection I know loading lazy has great browser support) but I get hydration errors.
I tried to import the lazysizes library with a plugin named '/plugins/lazysizes.client.ts' but I still get theses errors. Can someone explain me why this happens and show me how to do it right :D?
This is what i tried:
I already found that issue https://github.com/nuxt/nuxt/issues/29056 and tried it with that code https://stackblitz.com/edit/github-xdvnbl?file=plugins%2Flazysizes.client.js,pages%2Fabout.vue,pages%2Findex.vue but that does not help.
I use these versions:
I tried to import the lazysizes library with a plugin named '/plugins/lazysizes.client.ts' but I still get theses errors. Can someone explain me why this happens and show me how to do it right :D?
This is what i tried:
I already found that issue https://github.com/nuxt/nuxt/issues/29056 and tried it with that code https://stackblitz.com/edit/github-xdvnbl?file=plugins%2Flazysizes.client.js,pages%2Fabout.vue,pages%2Findex.vue but that does not help.
I use these versions:

GitHub
Environment ------------------------------ - Operating System: Darwin - Node Version: v18.18.2 - Nuxt Version: 3.13.0 - CLI Version: 3.13.1 - Nitro Version: 2.9.7 - Package Manager: unknown - Build...
StackBlitz
Run Transition No Worky created by Simonhrogers on StackBlitz