z4o4z/es6-store

remove will not work

catalinoprea opened this issue · 5 comments

Hi,

The method remove will not work, you check if key is string without actually passing the key as argument to the isKeyAString method (line 207)

z4o4z commented

@catalinoprea Hi! Thanks for this issue, I'll fix it asap and try to add some tests for it!

z4o4z commented

@catalinoprea I just checked it and all looks good, I pass key to isKeyAString.
https://github.com/z4o4z/es6-store/blob/master/src/Store.js#L207

I have npm version, I didn't use git: https://www.npmjs.com/package/es6-store

z4o4z commented

looks really strange, I'll create new version for npm!