const InternalClear = (props) => {
    const { form, render, children, content, ...others } = props
    return <Consumer>
        {(list) => {            
            if (list) {