Validate server markup against the DOM rather than string checksum#6618
Closed
aickin wants to merge 10 commits intofacebook:masterfrom aickin:validate-server-markup-against-dom
+1,339-134
Commits
Commits on Apr 26, 2016
- committed
- committed
- committed
Commits on Apr 30, 2016
Tuned up the markup mismatch error messages to be more descriptive. Addresses code review comments facebook#6618 (comment) and facebook#6618 (comment) . Thanks to @jimfb for the feedback!
committedRemoved a default argument that didn't make sense. Addresses code revew comment facebook#6618 (comment) . Thanks to @jimfb!
committedImproved the comments on a method in ReactMultiChild.js. Addresses code review comment facebook#6618 (comment) . Thanks @jimfb!
committedRemoved an unnecessary invariant condition. Addresses code review comment facebook#6618 (comment) . Thanks to @jimfb!
committedImproved error message when a child is present in the client rendering but not in server markup. Addresses code review comment facebook#6618 (comment) . Many thanks to @jimfb for pointing out the i…
committed