-
-
Notifications
You must be signed in to change notification settings - Fork 265
Open
Labels
typingsTypescript public type definitions issuesTypescript public type definitions issues
Description
Missing/Incorrect APIs
The TypeScript typing for VueEffector from "effector-vue/options-vue3" is incomplete or incorrect.
It does not model VueEffector as a valid Vue plugin (Plugin type from Vue). This leads to a TypeScript error when following the documented usage of VueEffector with Vue 3, e.g., app.use(VueEffector).
Expected Behavior:
TypeScript should recognize VueEffector as a valid Vue plugin (Plugin type), allowing it to be used with app.use(VueEffector) without errors.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
typingsTypescript public type definitions issuesTypescript public type definitions issues
