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

[Fix] Detect JSX returned by sequential expression #2801

Merged
merged 1 commit into from Sep 20, 2020

Commits on Sep 20, 2020

  1. [Fix] prop-types: Detect JSX returned by sequential expression

    Resolves jsx-eslint#2800. Implements `isReturnsSequentialJSX()` and uses it in
    `isReturningJSX()` (in conjunction with `isReturnsConditionalJSX()` and
    `isReturnsLogicalJSX()`).
    mikol authored and ljharb committed Sep 20, 2020
    Copy the full SHA
    74c4eed View commit details
    Browse the repository at this point in the history