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

more reliable way to get the DOM Node #572

Merged
merged 1 commit into from
Sep 24, 2015
Merged

more reliable way to get the DOM Node #572

merged 1 commit into from
Sep 24, 2015

Conversation

ChiefORZ
Copy link
Contributor

with React v0.14 this.refs.*.getDOMNode() is deprecated,
we have to use this.refs.* instead, to reference the DOM Node.

this is a implementation, that is backward compatible

  • misspelled ref in README fixed
  • fixed Demo of forceFallback

with React v0.14 this.refs.*.getDOMNode() is deprecated,
we have to use this.refs.* instead, to reference the DOM Node.

this is a implementation, that is backward compatible

* misspelled ref in README fixed
* fixed Demo of forceFallback
@ChiefORZ
Copy link
Contributor Author

more reliable than #571

  • backward compatibility

@RubaXa RubaXa added the react label Sep 24, 2015
RubaXa added a commit that referenced this pull request Sep 24, 2015
more reliable way to get the DOM Node
@RubaXa RubaXa merged commit 1065b92 into SortableJS:dev Sep 24, 2015
RubaXa added a commit that referenced this pull request Oct 13, 2015
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.

2 participants