Skip to content

Unsupported Callee of type YieldExpression for CallExpression #194

@mjohnst

Description

@mjohnst

Writing react/redux code in Typescript and was experimenting to see if I could call result of yield'd select with some parameters (I do not believe you can actually do this, but I was just seeing if it would work).
select from redux-saga/effects version 1.0.5

This triggers the eslint error, though in practice I was passing some parameters:

const test = (yield select())();

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions