Illia Osmanov
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
could be closed.
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
@sergeysova yes, probably you are right
agree, face the same problem :(
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...