dce-reactkit 3.2.2-beta.28 → 3.2.2-beta.29

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dce-reactkit",
3
- "version": "3.2.2-beta.28",
3
+ "version": "3.2.2-beta.29",
4
4
  "description": "Shared components for Harvard DCE apps",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -1646,7 +1646,9 @@ const LogReviewer: React.FC<Props> = (props) => {
1646
1646
  })
1647
1647
  )
1648
1648
  ) {
1649
+ // TODO: figure out why context filter is still not working, why actions and targets filter UI sucks and doesn't wrap and doesn't select
1649
1650
  console.log('RULED OUT: CONTEXT');
1651
+ console.log(log.context, contextFilterState);
1650
1652
  return;
1651
1653
  }
1652
1654