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:
// init on serverimport lazySizes from 'lazysizes';// this does runconsole.log('running WRONGLY on server');
// init on serverimport lazySizes from 'lazysizes';// this does runconsole.log('running WRONGLY on server');