@abdellatifui/react 3.2.67 → 3.2.68
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.
- package/dist/nextgen.js +1 -1
- package/package.json +1 -1
package/dist/nextgen.js
CHANGED
|
@@ -15831,7 +15831,7 @@ const Qx = (e) => {
|
|
|
15831
15831
|
}, v = (T, _) => {
|
|
15832
15832
|
m.current = { ...m.current, [T]: _ };
|
|
15833
15833
|
}, E = (T, _) => {
|
|
15834
|
-
g({ ...
|
|
15834
|
+
g((D) => ({ ...D, [T]: _ }));
|
|
15835
15835
|
}, A = () => {
|
|
15836
15836
|
w((T) => T + 1);
|
|
15837
15837
|
};
|