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
Cannot read properties of undefined (reading '_score')
Thank you for this library.
I've updated to v3.0.0 and now get this error:
v3.0.0
TypeError: Cannot read properties of undefined (reading '_score') ❯ Object.go node_modules/.pnpm/fuzzysort@3.0.0/node_modules/fuzzysort/fuzzysort.js:128:23
I'll provide a PR
The text was updated successfully, but these errors were encountered:
Fix error when result is undefined (not null)
6006158
Fixes farzher#130
5f99745
Successfully merging a pull request may close this issue.
Thank you for this library.
I've updated to
v3.0.0
and now get this error:I'll provide a PR
The text was updated successfully, but these errors were encountered: