Skip to content
New issue

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

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 20, 2022

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

    …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]"
            ]
        ]
    ]
    ```
    wucdbm committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    20a6adb View commit details
    Browse the repository at this point in the history