Rifat Mahmud

Results 5 comments of Rifat Mahmud

I'm facing the same problem. Works fine in my computer but crashes in android devices

There is a problem in `Nuxi 3.2.3-rc.0-27949872.7479d46` If you remove any element from that vue file and reload in the browser, it throws error. Like if you had an element...

Check this code [https://stackblitz.com/edit/nuxt-starter-z3fdxq](https://stackblitz.com/edit/nuxt-starter-z3fdxq) Check `utils/customFetch.js` file I wrote that function which solves reactive key issue and this problem https://github.com/nuxt/nuxt/issues/24332 The code is different from the code of `useFetch` but...

@Yves852 I faced similar problems. Maybe I failed to describe the problem properly to the devs in another issue. So, I wrote custom useFetch (named cFetch) and useAsyncData (named cAsyncData)...

I've faced similar issue. This module caches the index file. So, if you try to go to other routes, it dynamically updates the content from that index page. This problem...