refract-xstream
Advanced tools
Comparing version 4.1.1 to 4.1.2
@@ -299,3 +299,3 @@ import $$observable from 'symbol-observable'; | ||
var state = instance.state; | ||
if (state.renderEffect) { | ||
if (state.renderEffect || newState.renderEffect) { | ||
return state.children !== newState.children; | ||
@@ -302,0 +302,0 @@ } |
@@ -305,3 +305,3 @@ 'use strict'; | ||
var state = instance.state; | ||
if (state.renderEffect) { | ||
if (state.renderEffect || newState.renderEffect) { | ||
return state.children !== newState.children; | ||
@@ -308,0 +308,0 @@ } |
{ | ||
"name": "refract-xstream", | ||
"description": "Refract bindings for React with xstream: harness the power of reactive programming to supercharge your components!", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"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
52136