Skip to content

Allow easy dynamic import of emoji data #1013

@singpolyma

Description

@singpolyma

I would right like to be able to write

<Picker data={import("@emoji-mart/data")} .../>

But right now, for reasons I don't fully understand, I must write:

<Picker data={async () => ({... await import("@emoji-mart/data") })} />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions