UnShame

Results 9 comments of UnShame

I relaxed the type back to what it was but only applied it for computed options. All tests should be passing now.

Found this annoying as well. There's no point in unwrapping all refs in a setup store, since everything returned from it will already have been a ref/reactive/computed or marked raw....

Faced the same issue, but patching vue-i18n's package.json doesn't seem to fix it completely, because now calling useI18n gets inferred as Composer. I have to specify the return type explicitly....

I tested with reactivity transform ![image](https://github.com/vue-macros/vue-macros/assets/18334400/95044daf-3fa8-46d2-b999-4552072106e7) defineModels ![image](https://github.com/vue-macros/vue-macros/assets/18334400/69254832-1ca0-48e3-999f-d304853e23bc) and definePropsRefs ![image](https://github.com/vue-macros/vue-macros/assets/18334400/43182c5f-2e76-417e-b911-2b1c4ea09d29) It seems to work. It reports errors correctly, but doesn't always report the correct types on hover in templates....

I have a project where I want to only make fetch requests at build time for a subset of pages. Right now, when navigating to a page, the fetch requests...

I stumbled upon an issue that has the same cause as this one. Adding and then removing a GridLayer to a map programmatically leads to the following error on every...

The issue can be reproduced in the playground on this commit https://github.com/vue-leaflet/vue-leaflet/commit/db4da6d40f301b994ef93576981c6676c6cb6d31