refract-xstream
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -358,3 +358,3 @@ import $$observable from 'symbol-observable'; | ||
}(Component)), | ||
_a.contextType = config.Context, | ||
_a.contextType = config.Context || null, | ||
_a; | ||
@@ -361,0 +361,0 @@ var _a; |
@@ -364,3 +364,3 @@ 'use strict'; | ||
}(React.Component)), | ||
_a.contextType = config.Context, | ||
_a.contextType = config.Context || null, | ||
_a; | ||
@@ -367,0 +367,0 @@ var _a; |
{ | ||
"name": "refract-xstream", | ||
"description": "Refract bindings for React with xstream: 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", |
52868