Skip to content

Fixed ignore/blockPointerEvents in View implementation for RN#82

Merged
erictraut merged 1 commit into
microsoft:masterfrom
isnotgood:master
May 8, 2017
Merged

Fixed ignore/blockPointerEvents in View implementation for RN#82
erictraut merged 1 commit into
microsoft:masterfrom
isnotgood:master

Conversation

@isnotgood
Copy link
Copy Markdown
Member

View._buildInternalProps() used this.props instead of passed props
to build internal state. Result was that we were using stale values
set in constructor.

View._buildInternalProps() used this.props instead of passed props
to build internal state. Result was that we were using stale values
set in constructor.
@msftclas
Copy link
Copy Markdown

msftclas commented May 5, 2017

@isnotgood,
Thanks for your contribution as a Microsoft full-time employee or intern. You do not need to sign a CLA.
Thanks,
Microsoft Pull Request Bot

@erictraut erictraut merged commit 92bbf7d into microsoft:master May 8, 2017
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