diff --git a/src/hocs/withContext.js b/src/hocs/withContext.js index 833e226..2e903ce 100644 --- a/src/hocs/withContext.js +++ b/src/hocs/withContext.js @@ -386,6 +386,7 @@ function useMemoStateContext(props) { ...sharedItem, ...itemLayout, parent: group, + type: sharedItem?.type || dragOverPlugin?.type, }, sharedItem ?? null, ) === false