REACT ERROR cannot appear as a child of . See (unknown) > thead > th

后端 未结 4 1018
青春惊慌失措
青春惊慌失措 2021-02-11 11:56

I am working on a react - rails app and I keep getting this error in my console:

```
Warning: validateDOMNesting(...):  cannot appear as a child of &l         


        
4条回答
  •  不思量自难忘°
    2021-02-11 12:28

    I've had this error come up because of mistakes elsewhere in my list.

    For example @Sag1v has instead of to close the body of his list and I bet that is causing the error.

提交回复
热议问题