simpler-state
Advanced tools
Comparing version 1.0.0-beta.1 to 1.0.0-beta.2
@@ -12,2 +12,3 @@ import { useState, useCallback, useEffect } from 'react'; | ||
if (!(entity._subscribers instanceof Array)) throw new Error('Invalid entity.'); | ||
var computed = transform(entity._value); | ||
@@ -14,0 +15,0 @@ |
@@ -19,2 +19,3 @@ "use strict"; | ||
if (!(entity._subscribers instanceof Array)) throw new Error('Invalid entity.'); | ||
var computed = transform(entity._value); | ||
@@ -21,0 +22,0 @@ |
{ | ||
"name": "simpler-state", | ||
"version": "1.0.0-beta.1", | ||
"version": "1.0.0-beta.2", | ||
"description": "The simplest app state management for React", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
15071
261