Gwen
Gwen
### Version 5.0.0 ### Reproduction link [https://github.com/gwen1230/test-lib](https://github.com/gwen1230/test-lib) ### Steps to reproduce Run : yarn build ### What is expected? Correctly build App.vue ### What is actually happening? When i executed...
Hi ! I have a middleware that changes the request URI to sort query params, it works fine. However, the caching middleware continues to use the premodified URI for caching....
Hello ! I use the hook useCollection with an Hypermedia API (HAL) and i have problems with ketting cache. I have an endpoint who returns a JSON like ``` {...
Hi The handleChange callback is currently typed as: `File | File[] | File` But the native onChange actually returns: `File | FileList` So when selecting multiple files, the value is...