Merge branch 'feat/grid-appbuilder-improvement' into builder-performance-platform-part/release

This commit is contained in:
Muhsin Shah 2024-04-08 12:24:05 +05:30
commit 121fe41107

View file

@ -279,10 +279,6 @@ export const Container = ({
appDefinitionChanged(newDefinition, opts);
}
return () => {
firstUpdate.current = true;
};
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [boxes]);