Compare commits

..
1 Commits
Author SHA1 Message Date
tannerlinsley 9175fe2d52 v6.10.1 2019-09-06 08:21:15 -06:00
4 changed files with 3 additions and 8 deletions
-5
View File
@@ -1,8 +1,3 @@
## 6.10.1
- Fixed issues with `normalizeComponent` function
## 6.10.0
- Rebased volatile commits out of 6.9.0
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "react-table",
"version": "6.10.2",
"version": "6.10.1",
"description": "A fast, lightweight, opinionated table and datagrid built on React",
"license": "MIT",
"homepage": "https://github.com/react-tools/react-table#readme",
+1 -1
View File
@@ -218,7 +218,7 @@ function normalizeComponent (Comp, params = {}, fallback = Comp) {
function isClassComponent (component) {
return !!((
typeof component === 'function' &&
!!Object.getPrototypeOf(component).isReactComponent
!!component.prototype.isReactComponent
))
}
+1 -1
View File
@@ -3337,7 +3337,7 @@ prop-types@^15.5.8:
fbjs "^0.8.9"
loose-envify "^1.3.1"
prop-types@^15.6.0, prop-types@^15.7.2:
prop-types@^15.6.0:
version "15.7.2"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==