dce-reactkit 3.2.2-beta.25 → 3.2.2-beta.26
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.
package/dist/cjs/index.js
CHANGED
|
@@ -2807,7 +2807,7 @@ const LogReviewer = (props) => {
|
|
|
2807
2807
|
// Context exists
|
|
2808
2808
|
LogMetadata.Context
|
|
2809
2809
|
// Context has children already
|
|
2810
|
-
&& LogMetadata.Context[context] !== 'string') {
|
|
2810
|
+
&& typeof LogMetadata.Context[context] !== 'string') {
|
|
2811
2811
|
LogMetadata.Context[context][LogBuiltInMetadata.Context.Uncategorized] = (LogBuiltInMetadata.Context.Uncategorized);
|
|
2812
2812
|
}
|
|
2813
2813
|
});
|