wappsto-redux
Advanced tools
Comparing version 3.5.3 to 3.5.4
{ | ||
"name": "wappsto-redux", | ||
"version": "3.5.3", | ||
"version": "3.5.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -17,3 +17,3 @@ import { schema } from "normalizr"; | ||
}); | ||
schemas[entity] = new schema.Entity(schemaTree[entity].name, definition, options); | ||
schemas[entity] = new schema.Entity(schemaTree[entity].name || entity, definition, options); | ||
} | ||
@@ -20,0 +20,0 @@ |
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
52652