mig-schema-table 3.0.83 → 3.0.84

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.
@@ -474,7 +474,7 @@ function SchemaTable({ Heading = VariableSizeList, checkedIndexes, config, custo
474
474
  onSearchEnter(searchQuery);
475
475
  }
476
476
  }
477
- }, [isDirty, onSearchEnter, refreshData]);
477
+ }, [isDirty, searchQuery, onSearchEnter, refreshData]);
478
478
  const getRowHeight = React.useCallback(() => rowHeight, [rowHeight]);
479
479
  const rowWidth = dynamicWidthColumnCount ? width : fixedWidthColumnsWidth;
480
480
  const rowCount = React.useMemo(() => (sortedRenderData ? sortedRenderData.length : 0), [sortedRenderData]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mig-schema-table",
3
- "version": "3.0.83",
3
+ "version": "3.0.84",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist/"