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 using asynchronously loaded data, the options are not always displayed after the first keystroke. The onSearch function is still invoked, but the options do not get displayed.
Type @a. Data is fetched for the a search, but nothing is displayed
Type b, data is fetched for the ab search, and results are displayed
3a. Erase b, data is fetched for the a search, and results are displayed
After digging around a little bit in the rc-mentions code, it seems after the first keystroke, the measuring state value is still false, which might be leading to this error.
The text was updated successfully, but these errors were encountered:
When using asynchronously loaded data, the options are not always displayed after the first keystroke. The onSearch function is still invoked, but the options do not get displayed.
Steps to reproduce:
@a
. Data is fetched for thea
search, but nothing is displayedb
, data is fetched for theab
search, and results are displayed3a. Erase b, data is fetched for the
a
search, and results are displayedAfter digging around a little bit in the rc-mentions code, it seems after the first keystroke, the
measuring
state value is stillfalse
, which might be leading to this error.The text was updated successfully, but these errors were encountered: