Compare commits
2 Commits
017b6445fb
...
7025f316de
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7025f316de | ||
|
|
32054118de |
@ -1,5 +1,11 @@
|
||||
# @warkypublic/zustandsyncstore
|
||||
|
||||
## 0.0.23
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 3205411: Using the effect of array as feature.
|
||||
|
||||
## 0.0.22
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@warkypublic/oranguru",
|
||||
"author": "Warky Devs",
|
||||
"version": "0.0.22",
|
||||
"version": "0.0.23",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@ -231,7 +231,7 @@ export const GridlerDataGrid = () => {
|
||||
rows = rows.hasIndex(r) ? rows : rows.add(r);
|
||||
}
|
||||
}
|
||||
|
||||
console.log('Debug:onGridSelectionChange', currentSelection, selection);
|
||||
if (
|
||||
JSON.stringify(currentSelection?.columns) !== JSON.stringify(selection.columns) ||
|
||||
JSON.stringify(currentSelection?.rows) !== JSON.stringify(rows) ||
|
||||
|
||||
@ -142,7 +142,7 @@ export const Computer = React.memo(() => {
|
||||
onChange(buffers);
|
||||
}
|
||||
}
|
||||
}, [JSON.stringify(_gridSelectionRows), getState]);
|
||||
}, [_gridSelectionRows, _gridSelectionRows?.length, getState]);
|
||||
|
||||
useEffect(() => {
|
||||
setState(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user