AllenFang / AllenFang/react-bootstrap-table

insertRow={true} causes Invariant Violation: Objects are not valid as a React child

Đang mở
#1,739 5 bình luận 0 reaction 0 người được giao Xem trên GitHub
in progress
Ngôn ngữ chính
JavaScript
Star
2.2k
Fork
761
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

I have upgraded a React app from 15.6.2 to 16.0.0, and updated react-boostrap-table too.

If my JSX looks like:

```

ID
Type

```

Then it fails to render.

I get this console message:

```
Invariant Violation: Objects are not valid as a React child (found: object with keys {$$typeof, key, children, containerInfo, implementation}). If you meant to render a collection of children, use an array instead.
in Modal
in div
in ToolBar
in div
in div
in BootstrapTable
in div
in div
in div
```
If I remove the insertRow attribute, the error goes away, and the component will render again.

I was relying on insertRow to provide UI to add new data, it would be a shame to have to roll my own.

It is helps, licenceTypes is a very simple array:

```
licenceTypes: [{id:1, title: "MIT"}, {id:2, title: "Apache-2.0"}]
```

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.