@vidispine/vdt-react 22.1.0-pre.1 → 22.1.0-pre.2
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/index.es.js +3 -0
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/package.json +22 -11
package/dist/index.es.js
CHANGED
|
@@ -3879,6 +3879,9 @@ function useCompoundMetadata(itemId, values, groups, groupFields, setGroupFields
|
|
|
3879
3879
|
};
|
|
3880
3880
|
}();
|
|
3881
3881
|
|
|
3882
|
+
useDeepCompareEffect(function () {
|
|
3883
|
+
setGroupFields(values.group);
|
|
3884
|
+
}, [values]);
|
|
3882
3885
|
return {
|
|
3883
3886
|
tableColumns: tableColumns,
|
|
3884
3887
|
onChange: onChange,
|