Robin
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:   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 
As workaround: ```js const value = useLocalStorage(key, '', {flush: 'sync'}); ```
/cc @43081j @ferferga IMO we should consider flush `sync` as default here