Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR Compiled - Cannot find name 'E' in effector/index.d.ts #45

Closed
dundich opened this issue Feb 18, 2019 · 2 comments
Closed

ERROR Compiled - Cannot find name 'E' in effector/index.d.ts #45

dundich opened this issue Feb 18, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@dundich
Copy link

dundich commented Feb 18, 2019

Code to reproduce the issue:

57:57 Cannot find name 'E'.
    55 |     handler: (state: State, payload: E) => State | void,
    56 |   ): this
  > 57 |   off(event: Event<any> | Effect<any, any, any> | Store<E>): void
       |                                                         ^
    58 |   subscribe(listner: any): Subscription
    59 |   watch<E>(
    60 |     watcher: (state: State, payload: E, type: string) => any,

Versions of packages used: 0.18.2

? maybe =>

export type E = any;

@dundich dundich added the bug Something isn't working label Feb 18, 2019
@gitpod-io-legacy-app
Copy link

Open in Gitpod - starts a development workspace with a preconfigured issue branch and opens it in a browser IDE.

@goodmind
Copy link
Contributor

It was fixed in develop branch

@goodmind goodmind closed this as completed Mar 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants