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
The documentation says that deleteIn() is an alias of removeIn() but it is not defined in the current version (3.4.0):
deleteIn()
removeIn()
var map = Immutable.Map(); console.log(map.deleteIn, map.removeIn);
Test: http://jsbin.com/kiqibumavi/1/
The text was updated successfully, but these errors were encountered:
f7f4d1c
Thanks for the report. Weird merge conflict ate it. I'll have it up in the next bug fix release asap
Sorry, something went wrong.
No branches or pull requests
The documentation says that
deleteIn()
is an alias ofremoveIn()
but it is not defined in the current version (3.4.0):Test: http://jsbin.com/kiqibumavi/1/
The text was updated successfully, but these errors were encountered: