refract-callbag
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -354,3 +354,3 @@ import $$observable from 'symbol-observable'; | ||
}(Component)), | ||
_a.contextType = config.Context, | ||
_a.contextType = config.Context || null, | ||
_a; | ||
@@ -357,0 +357,0 @@ var _a; |
@@ -360,3 +360,3 @@ 'use strict'; | ||
}(React.Component)), | ||
_a.contextType = config.Context, | ||
_a.contextType = config.Context || null, | ||
_a; | ||
@@ -363,0 +363,0 @@ var _a; |
{ | ||
"name": "refract-callbag", | ||
"description": "Refract bindings for React with Callbag: harness the power of reactive programming to supercharge your components!", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "jsnext:main": "index.es.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53497