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
When I click into the searchbar, I get the following error in my console:
Uncaught TypeError: handleSearchBarToggle is not a function
at eval (SearchBar.jsx?6f16:32)
at HTMLUnknownElement.callCallback (react-dom.development.js?61bb:188)
at Object.invokeGuardedCallbackDev (react-dom.development.js?61bb:237)
at invokeGuardedCallback (react-dom.development.js?61bb:292)
at invokeGuardedCallbackAndCatchFirstError (react-dom.development.js?61bb:306)
at executeDispatch (react-dom.development.js?61bb:389)
at executeDispatchesInOrder (react-dom.development.js?61bb:414)
at executeDispatchesAndRelease (react-dom.development.js?61bb:3278)
at executeDispatchesAndReleaseTopLevel (react-dom.development.js?61bb:3287)
at forEachAccumulated (react-dom.development.js?61bb:3259)
at runEventsInBatch (react-dom.development.js?61bb:3304)
at runExtractedPluginEventsInBatch (react-dom.development.js?61bb:3514)
at handleTopLevel (react-dom.development.js?61bb:3558)
at batchedEventUpdates$1 (react-dom.development.js?61bb:21871)
at batchedEventUpdates (react-dom.development.js?61bb:795)
at dispatchEventForLegacyPluginEventSystem (react-dom.development.js?61bb:3568)
at attemptToDispatchEvent (react-dom.development.js?61bb:4267)
at dispatchEvent (react-dom.development.js?61bb:4189)
at unstable_runWithPriority (scheduler.development.js?3069:653)
at runWithPriority$1 (react-dom.development.js?61bb:11039)
at discreteUpdates$1 (react-dom.development.js?61bb:21887)
at discreteUpdates (react-dom.development.js?61bb:806)
at dispatchDiscreteEvent (react-dom.development.js?61bb:4168)
Let me know, if you need any more information! Thanks
The text was updated successfully, but these errors were encountered:
When I click into the searchbar, I get the following error in my console:
Let me know, if you need any more information! Thanks
The text was updated successfully, but these errors were encountered: