-
-
Notifications
You must be signed in to change notification settings - Fork 465
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
🐛 AutoSuggestBox used on a null value 🐛 #883
Comments
Can you provide the full stacktrace? |
══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ The relevant error-causing widget was: When the exception was thrown, this was the stack: |
Hmm. I see you are making use of |
Describe the bug
A bug occurs when clicking the AutoSuggestBox.
To Reproduce
Steps to reproduce the behavior:
The error actually points out to:
The following _TypeError was thrown building
_OverlayEntryWidget-[LabeledGlobalKey<_OverlayEntryWidgetState>#cdb62](dirty, dependencies:
[MediaQuery], state: _OverlayEntryWidgetState#bc0ea):
Null check operator used on a null value
The text was updated successfully, but these errors were encountered: