-
Notifications
You must be signed in to change notification settings - Fork 808
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
Replace string refs with callback refs #289
Comments
claydiffrient
added a commit
that referenced
this issue
Dec 31, 2016
This also does some signfiicant refactoring of the code to appease the linter's pro-ES2015+ stance. closes #289
diasbruno
pushed a commit
to diasbruno/react-modal
that referenced
this issue
Jun 13, 2017
* Add linting * Make specs pass linter * Make lib/helpers pass linter * Make lib/components pass linter This also does some signfiicant refactoring of the code to appease the linter's pro-ES2015+ stance. closes reactjs#289 closes reactjs#286 * Make travis run the lint task as well as specs closes reactjs#284
diasbruno
pushed a commit
to diasbruno/react-modal
that referenced
this issue
Jun 15, 2017
* Add linting * Make specs pass linter * Make lib/helpers pass linter * Make lib/components pass linter This also does some signfiicant refactoring of the code to appease the linter's pro-ES2015+ stance. closes reactjs#289 closes reactjs#286 * Make travis run the lint task as well as specs closes reactjs#284
diasbruno
pushed a commit
to diasbruno/react-modal
that referenced
this issue
Jun 15, 2017
* Add linting * Make specs pass linter * Make lib/helpers pass linter * Make lib/components pass linter This also does some signfiicant refactoring of the code to appease the linter's pro-ES2015+ stance. closes reactjs#289 closes reactjs#286 * Make travis run the lint task as well as specs closes reactjs#284
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are several places we use string refs in ModalPortal. These should be replaced with callback refs.
The text was updated successfully, but these errors were encountered: