Skip to content

Conversation

@alexzherdev
Copy link
Contributor

Resolves #1728

Not sure if this needs to also check that assignment is in the constructor? Also, would the following do anything useful / should this be allowed?

constructor(props, context) {
  this.context.foo = 'blah';
}

}
};`,
options: ['always'],
parser: 'babel-eslint'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this test case doesn't require babel-eslint, let's remove this line

@ljharb ljharb added the bug label Jun 14, 2018
@ljharb ljharb requested review from EvHaus, lencioni and yannickcr June 14, 2018 06:15
Copy link
Collaborator

@EvHaus EvHaus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ljharb ljharb merged commit 2a674b0 into jsx-eslint:master Jun 14, 2018
@alexzherdev alexzherdev deleted the 1728-destructuring-state-assignment branch June 29, 2018 17:02
calebeby referenced this pull request in Pigmice2733/scouting-frontend Jun 30, 2018
This Pull Request updates dependency [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from `v7.9.1` to `v7.10.0`



<details>
<summary>Release Notes</summary>

### [`v7.10.0`](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#&#8203;7100---2018-06-24)
[Compare Source](jsx-eslint/eslint-plugin-react@v7.9.1...v7.10.0)
##### Added
* Allow eslint ^5 ([#&#8203;1843][] @&#8203;papandreou, @&#8203;ljharb)
* [`no-unsafe`][] rule ([#&#8203;1831][], [#&#8203;1830][] @&#8203;sergei-startsev)
* [`no-will-update-set-state`][]: Account for `UNSAFE_` methods ([#&#8203;1845][], [#&#8203;1844][] @&#8203;alexzherdev)
##### Fixed
* [`no-typos`][]: Fix static propTypes handling ([#&#8203;1827][], [#&#8203;1677][] @&#8203;alexzherdev)
* [`destructuring-assignment`][]: Allow LHS ([#&#8203;1825][], [#&#8203;1728][] @&#8203;alexzherdev)
* [`no-unused-prop-types`][]: Fix crash when encountering mixed union and intersection flow types ([#&#8203;1806][] @&#8203;yannickcr)
##### Changed
* Typo fixes in [`jsx-no-target-blank`][] ([#&#8203;1805][] @&#8203;ferhatelmas))

[#&#8203;1845]: `https://github.com/yannickcr/eslint-plugin-react/pull/1845`
[#&#8203;1844]: `https://github.com/yannickcr/eslint-plugin-react/issues/1844`
[#&#8203;1843]: `https://github.com/yannickcr/eslint-plugin-react/pull/1843`
[#&#8203;1831]: `https://github.com/yannickcr/eslint-plugin-react/pull/1831`
[#&#8203;1830]: `https://github.com/yannickcr/eslint-plugin-react/issues/1830`
[#&#8203;1827]: `https://github.com/yannickcr/eslint-plugin-react/pull/1827`
[#&#8203;1825]: `https://github.com/yannickcr/eslint-plugin-react/pull/1825`
[#&#8203;1806]: `https://github.com/yannickcr/eslint-plugin-react/issues/1806`
[#&#8203;1805]: `https://github.com/yannickcr/eslint-plugin-react/pull/1805`
[#&#8203;1728]: `https://github.com/yannickcr/eslint-plugin-react/issues/1728`
[#&#8203;1677]: `https://github.com/yannickcr/eslint-plugin-react/issues/1677`

---

</details>




---

This PR has been generated by [Renovate Bot](https://renovatebot.com).
This was referenced Sep 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

3 participants