-
Notifications
You must be signed in to change notification settings - Fork 47k
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
[Bug] "Missing React element for debugID" triggered by ReactDOMServer.renderToStaticMarkup #7190
Labels
Comments
Thanks! Yes, this is a duplicate of #7187. |
@gaearon Wasn't sure if you wanted separate issues for different causes or if you just wanted a single issue tracking the symptom. Cheers! |
Yea, thanks for filing! (The issue is the same but it’s good to have several test cases.) |
Fixed by #7193. |
usmanajmal
pushed a commit
to usmanajmal/react
that referenced
this issue
Jul 11, 2016
* Add failing tests for facebook#7187 and facebook#7190 * Pass shouldHaveDebugID flag to instantiateComponent This allows us to remove a hack that was added in facebook#6770 and caused facebook#7187 and facebook#7190. * Move logic for choosing whether to use debugID outside instantiate
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of React v15.2.0, the provided fiddle is throwing the "Missing React element for debugID" warning, which has been described as an internal (i.e. not user-facing) React warning.
https://jsfiddle.net/s4c36s0n/
This warning was not present in React v15.1.0.
(I make no claim that this is a sane usage pattern, only that it exists in real-world components and that it's an unexpected failure case.)
The text was updated successfully, but these errors were encountered: