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
I'm getting the error with the following trace:
match
fuzzy.js: 50
fuzzy.js: 120
filter
fuzzy.js :115
as soon as I try to filter for even a single character. I've verified my input is a string and the list I'm filtering against is an array of objects with only string values.
Sorry I cannot cut and paste the error msgs as I'm using this in a React Native app and the error is reported in the Android emulator.
The text was updated successfully, but these errors were encountered:
I'm getting the error with the following trace:
fuzzy.js: 120match
fuzzy.js: 50
filter
fuzzy.js :115
as soon as I try to filter for even a single character. I've verified my input is a string and the list I'm filtering against is an array of objects with only string values.
Sorry I cannot cut and paste the error msgs as I'm using this in a React Native app and the error is reported in the Android emulator.
The text was updated successfully, but these errors were encountered: