praveenn77 / docusaurus-lunr-search

Local / Offline Search for docusaurus
https://praveenn77.github.io/docusaurus-lunr-search-demo/
MIT License
493 stars 79 forks source link

Avoid "Cannot read properties of undefined (reading 'length')" #120

Closed tayles closed 1 year ago

tayles commented 1 year ago

On a fresh install of the latest docusaurus (v2.4.3) and docusaurus-lunr-search (v3.0.0) the following error is thrown in non-production mode:

TypeError: Cannot read properties of undefined (reading 'length')
    at eval (webpack-internal:///./node_modules/docusaurus-lunr-search/src/theme/SearchBar/index.jsx:17:1504)

docusaurus-lunr-search-runtime-error

I believe this is caused by the changes in 426e3131d7, where in development mode the searchDocFile (from getSearchDoc()) is just an empty array.