AllenFang / react-bootstrap-table

A Bootstrap table built with React.js
https://allenfang.github.io/react-bootstrap-table/
MIT License
2.24k stars 783 forks source link

Warning: React.createElement: type is invalid. Check the render method of `TableBody` in TableBody (created by BootstrapTable) #2076

Open F-Adam-B opened 5 years ago

F-Adam-B commented 5 years ago

I just updated react-boilerplate which includes the latest versions of various packages React 16.8.6, react-redux 7.0.3, redux-from 8.2.0, etc. I got the error, which I pasted in the title. Is there any conflicts I should know about that would cause this error in react-bootstrap-table? This was working prior to the upgrade so I know all my components are imported correctly. Here is my package.json

"dependencies": { "@babel/polyfill": "7.4.3", "auth0-lock": "^11.3.0", "bootstrap": "^3.3.6", "bootstrap-css-only": "^3.3.6", "chalk": "^2.4.2", "classnames": "^2.2.5", "compression": "1.7.4", "connected-react-router": "6.4.0", "cross-env": "5.2.0", "express": "4.16.4", "file-saver": "^1.3.3", "fontfaceobserver": "2.1.0", "history": "4.9.0", "hoist-non-react-statics": "3.3.0", "immer": "3.0.0", "immutable": "^4.0.0-rc.12", "intl": "1.2.5", "invariant": "2.2.4", "ip": "1.1.5", "lodash": "4.17.11", "minimist": "1.2.0", "normalizr": "^3.2.3", "prettier": "^1.17.0", "prop-types": "15.7.2", "react": "16.8.6", "react-bootstrap": "^0.32.4", "react-bootstrap-table": "^4.3.1", "react-copy-to-clipboard": "^4.2.3", "react-dom": "16.8.6", "react-fileupload-progress": "^0.4.1", "react-helmet": "6.0.0-beta", "react-intl": "2.8.0", "react-loading-overlay": "^1.0.1", "react-redux": "^7.0.3", "react-redux-toastr": "^7.4.9", "react-router": "^5.0.0", "react-router-dom": "5.0.0", "redux": "4.0.1", "redux-form": "^8.2.0", "redux-immutable": "^4.0.0", "redux-saga": "1.0.2", "reselect": "4.0.0", "sanitize.css": "8.0.0", "styled-components": "4.2.0" },

Screen Shot 2019-05-01 at 10 39 08 AM