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
Need this feature for an image
Separate the following tasks into multiple PRs.
id
removed
splice
unshift
mode: "moveElementsToFirstIndex"
commitNewSnapshot()
useHistory()
push
"moveElementsToLastIndex"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Need this feature for an image
TODOs
Separate the following tasks into multiple PRs.
id
instead of using the index numberremoved
element anymore. Instead, actually remove it from the array.splice
to remove the element from an array, put the stored element to the first index byunshift
.mode: "moveElementsToFirstIndex"
forcommitNewSnapshot()
insideuseHistory()
splice
to remove the element from an array, thenpush
the stored element into the array."moveElementsToLastIndex"
The text was updated successfully, but these errors were encountered: