dce-reactkit 3.2.2-beta.22 → 3.2.2-beta.23

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
@@ -3145,8 +3145,10 @@ const LogReviewer = (props) => {
3145
3145
  // Has subcontexts
3146
3146
  pickableItem.children.forEach((subcontextItem) => {
3147
3147
  if (!subcontextItem.isGroup) {
3148
- contextFilterState[pickableItem.id][subcontextItem.id] = (subcontextItem.checked);
3149
3148
  console.log('Update child:', pickableItem.id, subcontextItem.id, subcontextItem.checked);
3149
+ console.log(contextFilterState);
3150
+ contextFilterState[pickableItem.id][subcontextItem.id] = (subcontextItem.checked);
3151
+ console.log(contextFilterState);
3150
3152
  }
3151
3153
  });
3152
3154
  }