We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey there,
As referenced in this issue, displaying sortable items using map and adding a fixed items result in the component breaking.
map
As stated, this can be easily replicated in the demo by replacing the map render with :
<div className="dynamic-demo"> <button onClick={::this.handleAddElement}>Add 1 element</button> <Sortable key={this._sortableKey} onSort={::this.handleSort}> {this.state.arr.map(renderItem, this)} <span>Hello</span> </Sortable> </div>
Any help here would be really appreciated!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey there,
As referenced in this issue, displaying sortable items using
map
and adding a fixed items result in the component breaking.As stated, this can be easily replicated in the demo by replacing the map render with :
Any help here would be really appreciated!
The text was updated successfully, but these errors were encountered: