Create a React component that allows components that use withChildren to render a drop zone when no children are present. This would help in the case when the defaultChildren are deleted or not present. import { ChildDropZone, withChildren } from ...