@cloudscape-design/theming-runtime
Advanced tools
Comparing version 1.0.20 to 1.0.21
{ | ||
"commit": "37826837c5e7da9173dd3057a029ec63172c9c3c" | ||
"commit": "f88690f6f668ac1101b889acca0ecdb8abeb8960" | ||
} |
{ | ||
"version": "1.0.20", | ||
"version": "1.0.21", | ||
"name": "@cloudscape-design/theming-runtime", | ||
@@ -4,0 +4,0 @@ "main": "./browser/index.js", |
@@ -43,3 +43,3 @@ import { __assign } from "tslib"; | ||
var resultContext = result.contexts[contextId]; | ||
if (!context) { | ||
if (!context || !resultContext) { | ||
return; | ||
@@ -46,0 +46,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
69712