We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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;
The text was updated successfully, but these errors were encountered:
Open in Gitpod - starts a development workspace with a preconfigured issue branch and opens it in a browser IDE.
Sorry, something went wrong.
It was fixed in develop branch
develop
No branches or pull requests
Code to reproduce the issue:
Versions of packages used: 0.18.2
? maybe =>
The text was updated successfully, but these errors were encountered: