Skip to content

Typescript types are incompletes #88

Open
@AntoineEsteve

Description

@AntoineEsteve

Hello,

We are using vue-rx with typescript and we encountered some issues:

  • In subscriptions we can access to the properties defined in data but the current vue-rx types say that we can't.

Note: It works if you use: subscriptions?: Observables | (() => Observables) instead of subscriptions?: Observables | ((this: V) => Observables). But i didn't make a pull request because i am not sure that we can access to the props when subscriptions is called.

  • this is not extended with the data set by the subscriptions. So we can not access to the current values in the methods etc.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions