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

Remove old reference to inst._wrapperState #12987

Merged
merged 1 commit into from
Jun 11, 2018

Conversation

nhunzaker
Copy link
Contributor

Puddling along trying to figure out what to do for #12505, I noticed that we can remove an old reference to inst._wrapperState for the stack renderer.

This also means that we can remove the instance guard for IE in the associated function, checking off a TODO.

This commit removes a reference to inst._wrapperState, which was the
old way of tracking input state in the stack renderer.

This means we no longer need to pass the instance into the associated
function, allowing us to eliminate an exception for IE (and a TODO).
@nhunzaker nhunzaker force-pushed the nh-remove-change-event-inst branch from 80d36cf to c578fe2 Compare June 6, 2018 22:03
Copy link
Collaborator

@gaearon gaearon left a comment

Choose a reason for hiding this comment

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

Seems legit

@gaearon gaearon merged commit d0d4280 into facebook:master Jun 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants