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
The following seems to be only an issue on Version 2.0.0-alpha.75. I have tested the search bar for versions v2.0.0-alpha.74 and v2.0.0-alpha.72. They seem to work fine.
I have installed the plugin on a fresh docusaurus (version 2.0.0-alpha.75) installation but am getting the following error a couple of seconds after having started the app.
Uncaught (in promise) TypeError: autoComplete.noConflict is not a function
at fetchAutoCompleteJS (SearchBar.jsx?6f16:1)
at async Promise.all (index 1)
at async eval (SearchBar.jsx?6f16:32)
fetchAutoCompleteJS @ SearchBar.jsx?6f16:1
async function (async)
eval @ SearchBar.jsx?6f16:32
eval @ SearchBar.jsx?6f16:32
callCallback @ react-dom.development.js?61bb:3945
invokeGuardedCallbackDev @ react-dom.development.js?61bb:3994
invokeGuardedCallback @ react-dom.development.js?61bb:4056
invokeGuardedCallbackAndCatchFirstError @ react-dom.development.js?61bb:4070
executeDispatch @ react-dom.development.js?61bb:8243
processDispatchQueueItemsInOrder @ react-dom.development.js?61bb:8275
processDispatchQueue @ react-dom.development.js?61bb:8288
dispatchEventsForPlugins @ react-dom.development.js?61bb:8299
eval @ react-dom.development.js?61bb:8508
batchedEventUpdates$1 @ react-dom.development.js?61bb:22396
batchedEventUpdates @ react-dom.development.js?61bb:3745
dispatchEventForPluginEventSystem @ react-dom.development.js?61bb:8507
attemptToDispatchEvent @ react-dom.development.js?61bb:6005
dispatchEvent @ react-dom.development.js?61bb:5924
unstable_runWithPriority @ scheduler.development.js?3069:468
dispatchUserBlockingUpdate @ react-dom.development.js?61bb:5894
When I click on the search bar, the load symbol will spin forever without returning results.
Do you need any further information?
The text was updated successfully, but these errors were encountered:
ciklista
changed the title
Search bar not working for docusaurus version 2.0.0-alpha.75
Search bar not working for docusaurus version 2.0.0-alpha.75
May 7, 2021
The following seems to be only an issue on Version 2.0.0-alpha.75. I have tested the search bar for versions v2.0.0-alpha.74 and v2.0.0-alpha.72. They seem to work fine.
I have installed the plugin on a fresh docusaurus (version
2.0.0-alpha.75
) installation but am getting the following error a couple of seconds after having started the app.Looks like it is originating from here: https://github.com/easyops-cn/docusaurus-search-local/blob/master/src/client/theme/SearchBar/SearchBar.tsx#L29
When I click on the search bar, the load symbol will spin forever without returning results.
Do you need any further information?
The text was updated successfully, but these errors were encountered: