Illia Osmanov

Results 9 comments of Illia Osmanov

You can't use `createComponent` from effector with `vue-composition-api`. We don't support unstable API ( like vue-composition-api ). Our `createComponent` haven't `setup` method.

And yes, I didn't know about the experimental feature in Vetur ) I will think how fix this problem

Hooks implemented only for Vue 3. Options API was implemented for both versions but we didn't release that because haven't types for Vue 3

https://github.com/ilajosmanov/vue-ssr-effector

Sorry for confusion, but yes - my code looks like here: `` it still doesn't work. Let me know if I can provide more details.

Don't worry! I could fix it. I put `` into component (like header for example) with `@rendermode InteractiveAuto` and then it works. p.s If your app isn't InteractiveAuto globally, you...