Skip to content

Update eslint, deps & update src files#89

Merged
eddywashere merged 7 commits intomasterfrom
eslint-and-deps
Aug 6, 2016
Merged

Update eslint, deps & update src files#89
eddywashere merged 7 commits intomasterfrom
eslint-and-deps

Conversation

@eddywashere
Copy link
Copy Markdown
Member

No description provided.

@coveralls
Copy link
Copy Markdown

coveralls commented Aug 6, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling 0c1b5e4 on eslint-and-deps into 137ae47 on master.

Comment thread src/Dropdown.jsx
@@ -1,3 +1,6 @@
/* eslint react/no-find-dom-node: 0 */
// https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-find-dom-node.md
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Facebook will eventually deprecate findDOMNode as it blocks certain improvements in React in the future.

Might be worth keeping track of this discussion at jsx-eslint/eslint-plugin-react#678

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Didn't update this just yet to use ref={node => this.node = node} because node for some reason is null sometimes. Specifically on dropdown toggle click.

className={classes}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

If you see a bug in React, file an issue in React please. 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants