ar-design 0.4.6 → 0.4.7

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.
@@ -471,6 +471,9 @@ const Table = forwardRef(({ children, trackBy, title, description, data, columns
471
471
  setSelectionItems(validSelections);
472
472
  return;
473
473
  }
474
+ else {
475
+ setSelectionItems([]);
476
+ }
474
477
  }, [previousSelections, data]);
475
478
  useEffect(() => {
476
479
  if (config?.isServerSide && searchedParams) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ar-design",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",