@capillarytech/blaze-ui 0.1.6-alpha.46 → 0.1.6-alpha.47

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.
@@ -197,7 +197,7 @@ const CapUnifiedSelect = ({
197
197
  );
198
198
  }, [headerLabel, tooltip, bylineText, disabled]);
199
199
 
200
- const renderDropdown = useMemo(() => {
200
+ const renderDropdown = useCallback(() => {
201
201
  const currentItems = filteredTree;
202
202
  const selectedCount = Array.isArray(tempValue)
203
203
  ? isTree
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/blaze-ui",
3
3
  "author": "Capillary Technologies",
4
- "version": "0.1.6-alpha.46",
4
+ "version": "0.1.6-alpha.47",
5
5
  "description": "Capillary UI component library with Ant Design v5",
6
6
  "main": "./index.js",
7
7
  "sideEffects": [