const InternalSelection = (props) => {
    const { children, render, ...others } = props
    const compatChildren = render || children
    return <Selection {...others}>
        {(opts, list) => {