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

Fix ReactComponentTreeHook.getRegisteredIDs() to work with inlined components #7490

Merged
merged 1 commit into from
Aug 13, 2016
Merged

Fix ReactComponentTreeHook.getRegisteredIDs() to work with inlined components #7490

merged 1 commit into from
Aug 13, 2016

Conversation

gaearon
Copy link
Collaborator

@gaearon gaearon commented Aug 13, 2016

I broke this in #7463: parseInt() cuts off #text at the end.
Changing to just use negative numbers instead.

…ntent

I broke this in #7463: parseInt() cuts off #text at the end.
Changing to just use negative numbers instead.
@gaearon gaearon added this to the 15-next milestone Aug 13, 2016
@gaearon gaearon changed the title Fix ReactComponentTreeHook.getRegisteredIDs() to work with inlined co… Fix ReactComponentTreeHook.getRegisteredIDs() to work with inlined components Aug 13, 2016
@ghost ghost added the CLA Signed label Aug 13, 2016
@zpao
Copy link
Member

zpao commented Aug 13, 2016

👍

@sophiebits
Copy link
Collaborator

I'd rather we shared the debug ID counter with instantiateReactComponent but this is all right as long as we remember that it's happening.

@ghost ghost added the CLA Signed label Aug 13, 2016
@gaearon gaearon merged commit a738864 into facebook:master Aug 13, 2016
@zpao zpao modified the milestones: 15.3.1, 15-next Aug 15, 2016
zpao pushed a commit that referenced this pull request Aug 15, 2016
…ntent (#7490)

I broke this in #7463: parseInt() cuts off #text at the end.
Changing to just use negative numbers instead.
(cherry picked from commit a738864)
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.

None yet

3 participants