Illia Osmanov
Illia Osmanov
For consistency, my proposal is to migrate to useUnit also (like in react) `useStore -> useUnit` `useEvent -> useUnit` `useVModel -> useUnit($store, {mutable: true})` Related #680
Hi! A long time ago I made a [support](https://github.com/effector/effector/blob/master/src/vue/optionsApi.ts) for Vue 3 Options API. So, but I don't have complete skills for making types defs. Probably, if someone has time...
Would be great to enhance `useStore` by adding a batch mechanism like in effector-react
Hi! Thank you so much for this library, very useful! I've found some issue, when use `` component wrapped by `Transition`. Dialog appears in the place where it was created...
Type: Bug ## Issue Description ## Blazor application with predefined files, Routes tag is not visible for the extention. ## Steps to Reproduce ## 1. Create new BlazorApp. 2. Go...