Skip to content

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

Open
wucdbm wants to merge 1 commit into
jeancroy:masterfrom
wucdbm:patch-1
Open

Fix Uncaught (in promise) TypeError: Cannot read properties of undefi…#42
wucdbm wants to merge 1 commit into
jeancroy:masterfrom
wucdbm:patch-1

Conversation

@wucdbm
Copy link
Copy Markdown

@wucdbm wucdbm commented Nov 20, 2022

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]"
        ]
    ]
]

…ned (reading 'join')

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]"
        ]
    ]
]
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant