Mike Laumann Bellika
Mike Laumann Bellika
I've implemented my own cached version of useAsyncData. Has the same interface but the key is used for caching: ```typescript import { NuxtApp } from '#app' import { AsyncData }...
> @MikeBellika awsome, learned a lot from you code :) There is one small issue im trying to fix, when using `transform` the 'fresh' data is working fine, but the...
@danielroe When the team comes agreement on how to do this, I would love to contribute
Seems to also be an issue on ``. ``,``,`,` all seem to have working auto complete in my IDE.
Is this fixed by https://github.com/nuxt/framework/pull/9204?
I think you might need to change `&&` to `AND`
Also causes this button to not work in dev tools, which i definitely think is a bug. 
Hi @BobbieGoede. I have made a minimal reproduction at https://github.com/MikeBellika/nuxti18nrepro/. Let me know if there's more I can do to help. Note that the bug doesn't seem to reproduce on...
I think I've found a fix. Setting the `locales` option in `nuxt.config` seems to be required. I've made a branch on my reproduction repo, where you can see the fix:...
Hi @danielroe Can I work on this? Currently need it for a project.