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
There seems to be a reactivity issue when searching for certain terms. For example, if I search for page, space, or spinner on the demo page, the navigation menu doesn't narrow down the terms, instead showing me a list. Many other terms work fine, though.
In the case of spinner, if I make a typo such as spinnner, then correct it back to spinn, it works. I think it is because the list has a chance to clear out entirely, but I'm not sure.
I have been trying to troubleshoot this locally by adding watchers to the menu routes object, but have not been able to fix it so far.
The text was updated successfully, but these errors were encountered:
There seems to be a reactivity issue when searching for certain terms. For example, if I search for
page
,space
, orspinner
on the demo page, the navigation menu doesn't narrow down the terms, instead showing me a list. Many other terms work fine, though.In the case of
spinner
, if I make a typo such asspinnner
, then correct it back tospinn
, it works. I think it is because the list has a chance to clear out entirely, but I'm not sure.I have been trying to troubleshoot this locally by adding watchers to the menu
routes
object, but have not been able to fix it so far.The text was updated successfully, but these errors were encountered: