We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
react-autosuggest/src/Autosuggest.js
Line 126 in a759a25
event.detail can be undefined with weird custom events.
event.detail
undefined
Happened with Trix editor when undoing with CTRL+Z while an autosuggest is present elsewhere.
Yep. Edge case.
Proposed fixes:
The text was updated successfully, but these errors were encountered:
48226f3
Thanks for raising the issue!
I went with "be more defensive 💂" for now.
Sorry, something went wrong.
This is fixed in v6.0.4 now.
Thanks again 👍
No branches or pull requests
react-autosuggest/src/Autosuggest.js
Line 126 in a759a25
event.detail
can beundefined
with weird custom events.Happened with Trix editor when undoing with CTRL+Z while an autosuggest is present elsewhere.
Yep. Edge case.
Proposed fixes:
The text was updated successfully, but these errors were encountered: