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

handleSearchBarToggle is not a function #77

Closed
TheZoker opened this issue Apr 20, 2021 · 1 comment · Fixed by #78
Closed

handleSearchBarToggle is not a function #77

TheZoker opened this issue Apr 20, 2021 · 1 comment · Fixed by #78
Labels
bug Something isn't working

Comments

@TheZoker
Copy link

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

@weareoutman
Copy link
Member

Fixed in v0.16.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants