Robin

Results 220 comments of Robin

I think this now part of nuxt kit: https://nuxt.com/docs/api/kit/templates

Yeah, you are right. I misread the topic 👍🏽

> Can you share a sample repo where this is happening? One possible reason might be you’ve clean urls enabled and in serve you need to pass some flag to...

> Is there an open issue at vueuse's repo we dont have an issue for this (not sure why tho) and its not causing any "real issues". Its still present...

> Very weird. It's not happening on mac. I'll check on Windows 👀 I manually compared the server html with the hydrated html: ![Image](https://github.com/user-attachments/assets/4c85f301-cdd3-4ab4-92c0-00ec2395304a) ![Image](https://github.com/user-attachments/assets/a0e0f51e-6b4f-4c7e-bf67-14930a722bb8) maybe its a vueuse localization...

> Ah yeah, got it. Overrode the locale from sensors tab. It shows the error now. It's the changelog stuff. sorry, can you explain this? How do you get the...

> I don't think that's what the OP was trying to do though Yes, but with `extends string` this can still be a good addition to allow fine-tuning of the...

> I have the same problem > > minimal representation https://codesandbox.io/p/sandbox/dry-silence-9czywv?file=%2Fsrc%2FDemo.vue&workspaceId=3817d861-1ab3-485b-93b2-6358754ecc46 ![image](https://github.com/user-attachments/assets/b2ca10a5-ddf1-4803-abf6-2043598542a2)

As workaround: ```js const value = useLocalStorage(key, '', {flush: 'sync'}); ```

/cc @43081j @ferferga IMO we should consider flush `sync` as default here