-
Notifications
You must be signed in to change notification settings - Fork 30
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
[BROKEN] getComponentFingerprint #43
Comments
I just got bit by this situation myself! |
Hi @andreypopp, I'm having the same issue with React 0.12.2 and React-Async 2.1.0. At this moment the __reactAsyncStatePacket has a key that looks something like ".lohvwni1og.0.0__5", but when loading on client side, the getComponentFingerprint(this) is returning ".0.0.0__5". It should be the same. Do you have any ideia how to fix this? |
Working on a fix. |
Hi @andreypopp, Finally got the time to check out this issue in a little more detail. It still happens with React 0.13. Hope it gives you some more input on this. Best regards, |
@andreypopp Whats the status on this issue? I'm confused on whether this is already fixed or not. |
Hi @andreypopp! Any updates on this? |
With React 0.13.x, you cannot access
component._rootNodeID
norcomponent._mountDepth
and the object_reactInternalInstance
specifying those informations isn't available unless the component has been rendered.As you request for informations before they are available, it would be an idea to depend on something else.
The text was updated successfully, but these errors were encountered: