You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
removeItem("foo:bar", true) will remove meta
removeItem("foo:bar", {removeMeta: true}) won't remove meta
removeItem("foo:bar", {removeMata: true}) will remove meta
removeItem("foo:bar") wont' remove meta
Describe the bug
removeMeta option is misspelled as "removeMata" meaning setting "removeMeta" option doesn't work
Also docs imply removeMeta is true by default which is not the case leading to unexpected behaviour when not supplying removeMeta option
Additional context
Also I noticed the removeItem function is commented as going to be removed in the next major release, why is that?
Logs
No response
The text was updated successfully, but these errors were encountered:
Environment
N/A
Reproduction
removeItem("foo:bar", true) will remove meta
removeItem("foo:bar", {removeMeta: true}) won't remove meta
removeItem("foo:bar", {removeMata: true}) will remove meta
removeItem("foo:bar") wont' remove meta
Describe the bug
removeMeta option is misspelled as "removeMata" meaning setting "removeMeta" option doesn't work
Also docs imply removeMeta is true by default which is not the case leading to unexpected behaviour when not supplying removeMeta option
Additional context
Also I noticed the removeItem function is commented as going to be removed in the next major release, why is that?
Logs
No response
The text was updated successfully, but these errors were encountered: