-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Problem with get #3
Comments
Yup. Easiest fix is updating L16 to /cc @joshjung Great library! |
@tunnckoCore or @jmarroyave I'm rather busy with other projects at the moment. If you make a PR for this I'll make sure to do a new release! |
@joshjung cool, thanks. I can do it in coming days. |
;) |
Hi Josh i am using the trie-search and found a bug in it when using reserved words as a key, after debugging i found out that the problem was in the function
this.getCache.get(phrase)
when phrase = 'constructor' it returns a function() instead of an element or array, hope it clear enough to let you find out which the problem is.
Thanks in advance
The text was updated successfully, but these errors were encountered: