statebus 6.1.27 → 6.1.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/client.js +0 -4
  2. package/package.json +1 -1
package/client.js CHANGED
@@ -416,10 +416,6 @@
416
416
  delete next_props['children']; delete this_props['children']
417
417
  // delete next_props['kids']; delete this_props['kids']
418
418
 
419
- next_props = bus.clone(next_props)
420
- this_props = bus.clone(this_props)
421
-
422
-
423
419
  return !bus.deep_equals([next_state, next_props], [this.state, this_props])
424
420
 
425
421
  // TODO:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "statebus",
3
- "version": "6.1.27",
3
+ "version": "6.1.28",
4
4
  "description": "Synchronize state.",
5
5
  "main": "statebus.js",
6
6
  "scripts": {