refract-preact-xstream
Advanced tools
Comparing version 2.0.0-rc.2 to 2.0.0-rc.3
@@ -247,3 +247,3 @@ import xs from 'xstream'; | ||
var state = instance.state; | ||
if (state.children) { | ||
if (state.children || newState.children) { | ||
return state.children !== newState.children; | ||
@@ -250,0 +250,0 @@ } |
@@ -253,3 +253,3 @@ 'use strict'; | ||
var state = instance.state; | ||
if (state.children) { | ||
if (state.children || newState.children) { | ||
return state.children !== newState.children; | ||
@@ -256,0 +256,0 @@ } |
{ | ||
"name": "refract-preact-xstream", | ||
"description": "Refract bindings for Preact with xstream: master your app effects reactively!", | ||
"version": "2.0.0-rc.2", | ||
"version": "2.0.0-rc.3", | ||
"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
38405