mig-schema-table 3.0.54 → 3.0.55

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.
@@ -208,7 +208,7 @@ function SchemaTable({ Heading = VariableSizeList, checkedIndexes, disabledCheck
208
208
  const propSchema = properties[propName];
209
209
  // @ts-ignore
210
210
  const rawValue = sourceData[item._index][propName];
211
- switch (propSchema.type) {
211
+ switch (propSchema === null || propSchema === void 0 ? void 0 : propSchema.type) {
212
212
  case "boolean":
213
213
  case "integer":
214
214
  result = rawValue === columnFilterValue;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mig-schema-table",
3
- "version": "3.0.54",
3
+ "version": "3.0.55",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist/"