Skip to content

SortableItem.className is discarded #69

@gera2ld

Description

@gera2ld

SortableItem.className is discarded, is that accidental or in purpose?

As a result, code below does not work:

<SortableContainer className="hello">
  <div />
</SortableContainer>

// this does not work either
<SortableContainer>
  <div className="hello" />
</SortableContainer>

Ref:

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