Skip to content

let's get rid of createHost variable #23

@jt3k

Description

@jt3k

do we really need this wrapper component that does nothing but pass props with the same names to the neighboring react component

export const createHost = (children: React.ReactNode, callback: Callback) => {
return <HostSlots children={children} callback={callback} />
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions