Skip to content

VueEffector Type Does Not Support Usage as a Vue Plugin #1186

@iniadeniyi

Description

@iniadeniyi

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).

image

Expected Behavior:

TypeScript should recognize VueEffector as a valid Vue plugin (Plugin type), allowing it to be used with app.use(VueEffector) without errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    typingsTypescript public type definitions issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions