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/package.json
CHANGED
|
@@ -527,7 +527,7 @@ const LogReviewer: React.FC<Props> = (props) => {
|
|
|
527
527
|
// Context exists
|
|
528
528
|
LogMetadata.Context
|
|
529
529
|
// Context has children already
|
|
530
|
-
&& LogMetadata.Context[context] !== 'string'
|
|
530
|
+
&& typeof LogMetadata.Context[context] !== 'string'
|
|
531
531
|
) {
|
|
532
532
|
(LogMetadata.Context as any)[context][LogBuiltInMetadata.Context.Uncategorized] = (
|
|
533
533
|
LogBuiltInMetadata.Context.Uncategorized
|