react 的进阶
Posted shichenzi
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react 的进阶相关的知识,希望对你有一定的参考价值。
一 react 中table报错
validateDOMNesting(...): <tr> cannot appear as a child of <table>. See Zujian > table > tr. Add a <tbody> to your code to match the DOM tree generated by the browser.
原因:在React中<tr>元素不可以作为<table>元素的直接子元素
解决 :tr外包上tbody
以上是关于react 的进阶的主要内容,如果未能解决你的问题,请参考以下文章