Closed
Description
https://github.com/facebook/react/blob/master/src/browser/ui/ReactMount.js#L81
It seems this is mainly the cause of invalid nesting of tags, <a><div /></a>
, <table><tr></tr></table>
, etc. I know there are some issues/PRs regarding this already but AFAIK they're trying to solve/detect it, it seems reasonable to just improve this (very non-informative) error message in the meantime.
PS. I've probably seen 2-3 people get bitten by it myself now that I think about it.
Metadata
Metadata
Assignees
Labels
No labels