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
After typing into the search box the app will crash with an error:
The above error occurred in the <TypeaheadContainer(WrappedTypeahead)> component: in TypeaheadContainer(WrappedTypeahead) (created by OnClickOutside(TypeaheadContainer(WrappedTypeahead))) in OnClickOutside(TypeaheadContainer(WrappedTypeahead)) (created by AsyncContainer(OnClickOutside(TypeaheadContainer(WrappedTypeahead)))) in AsyncContainer(OnClickOutside(TypeaheadContainer(WrappedTypeahead))) (created by AsyncTypeaheadField) in div (created by AsyncTypeaheadField) in AsyncTypeaheadField (created by SchemaField in div (created by WrapIfAdditional) in WrapIfAdditional (created by DefaultTemplate) in DefaultTemplate (created by SchemaField) in SchemaField (created by ObjectField) in fieldset (created by DefaultObjectFieldTemplate) in DefaultObjectFieldTemplate (created by ObjectField) in ObjectField (created by SchemaField) in div (created by WrapIfAdditional) in WrapIfAdditional (created by DefaultTemplate) in DefaultTemplate (created by SchemaField) in SchemaField (created by Form) in form (created by Form) in Form (at src/index.js:31) in App (at src/index.js:42)Consider adding an error boundary to your tree to customize error handling behavior.Visit https://fb.me/react-error-boundaries to learn more about error boundaries.
The text was updated successfully, but these errors were encountered:
The issue
What happens? -> React app crashes when user is typing into asyncTypeahead field with an option
overrideOptions
is set totrue
Expected behavior: there should be no crash.
Example reproducing an issue: An example on codesandbox:
Example details
Otherwise this is what I used to reproduce:
package.json
Skipping
index.html
file here for brevity.Crash details
After typing into the search box the app will crash with an error:
The text was updated successfully, but these errors were encountered: