@teselagen/ui 0.7.31 → 0.7.32
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/index.cjs.js +0 -1
- package/index.es.js +0 -1
- package/package.json +1 -1
- package/src/DataTable/index.js +0 -1
package/index.cjs.js
CHANGED
|
@@ -56547,7 +56547,6 @@ const DataTable = /* @__PURE__ */ __name((_I) => {
|
|
|
56547
56547
|
const entities = useDeepEqualMemo(_entities);
|
|
56548
56548
|
const entitiesAcrossPages = useDeepEqualMemo(_entitiesAcrossPages);
|
|
56549
56549
|
React.useEffect(() => {
|
|
56550
|
-
console.log(`noExcessiveCheck:`, noExcessiveCheck);
|
|
56551
56550
|
change("allOrderedEntities", entitiesAcrossPages);
|
|
56552
56551
|
if (entities.length === 0 || isEmpty$1(reduxFormSelectedEntityIdMap)) return;
|
|
56553
56552
|
changeSelectedEntities({
|
package/index.es.js
CHANGED
|
@@ -56529,7 +56529,6 @@ const DataTable = /* @__PURE__ */ __name((_I) => {
|
|
|
56529
56529
|
const entities = useDeepEqualMemo(_entities);
|
|
56530
56530
|
const entitiesAcrossPages = useDeepEqualMemo(_entitiesAcrossPages);
|
|
56531
56531
|
useEffect(() => {
|
|
56532
|
-
console.log(`noExcessiveCheck:`, noExcessiveCheck);
|
|
56533
56532
|
change$1("allOrderedEntities", entitiesAcrossPages);
|
|
56534
56533
|
if (entities.length === 0 || isEmpty$1(reduxFormSelectedEntityIdMap)) return;
|
|
56535
56534
|
changeSelectedEntities({
|
package/package.json
CHANGED
package/src/DataTable/index.js
CHANGED
|
@@ -505,7 +505,6 @@ const DataTable = ({
|
|
|
505
505
|
// This is because we need to maintain the reduxFormSelectedEntityIdMap and
|
|
506
506
|
// allOrderedEntities updated
|
|
507
507
|
useEffect(() => {
|
|
508
|
-
console.log(`noExcessiveCheck:`,noExcessiveCheck)
|
|
509
508
|
!noExcessiveCheck && isBeingCalledExcessively({ uniqName: `dt_entities_${formName}` });
|
|
510
509
|
change("allOrderedEntities", entitiesAcrossPages);
|
|
511
510
|
if (entities.length === 0 || isEmpty(reduxFormSelectedEntityIdMap)) return;
|