@noraent/nora-datagrid 0.0.212 → 0.0.213
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/buildPackage.json
CHANGED
package/dist/nora_datagrid.es.js
CHANGED
|
@@ -7160,7 +7160,7 @@ const VirtualItem = React__default.memo(
|
|
|
7160
7160
|
const { __loader } = useSelector((store) => ({
|
|
7161
7161
|
__loader: store.__loader
|
|
7162
7162
|
}));
|
|
7163
|
-
console.log("reload", __loader);
|
|
7163
|
+
console.log("reload", __loader.formState, __loader.formState.errors);
|
|
7164
7164
|
const cellStyle = useMemo(
|
|
7165
7165
|
() => ({
|
|
7166
7166
|
width: `${column.width}px`,
|