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
Because the _.memoize hasher is resolved with '' + it will throw an error if the hasher result is a Symbol. A similar issue exists in createEscaper.
_.memoize
'' +
createEscaper
The text was updated successfully, but these errors were encountered:
fix jashkenas#2497, make _.memoize work with symbol
d35fb03
But createEscaper just won't work with symbol, what should we do here?
symbol
Sorry, something went wrong.
Does "memoize" spell wrong??? I'm confused
Duplicate of #1862.
No branches or pull requests
Because the
_.memoize
hasher is resolved with'' +
it will throw an error if the hasher result is a Symbol. A similar issue exists increateEscaper
.The text was updated successfully, but these errors were encountered: