FuzzySearch icon indicating copy to clipboard operation
FuzzySearch copied to clipboard

Fix Uncaught (in promise) TypeError: Cannot read properties of undefi…

Open wucdbm opened this issue 3 years ago • 0 comments

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'join') at FuzzySearch._searchIndex (FuzzySearch.min.js:1539:39) at FuzzySearch.search (FuzzySearch.min.js:1394:35)

Data at hand when it goes KABOOM below

Unfortunately, I have no clue what this code does and why, I just figured this fixes it

[
    [],
    [],
    [
        [
            "biletbank",
            "[internal",
            "use",
            "only]"
        ]
    ]
]

wucdbm avatar Nov 20 '22 03:11 wucdbm