mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
A client command and a provider command can share a name (e.g. clear). Both produced the same option id, which became a duplicate React key — React then left stale rows and scrambled ordering, so /clear showed twice and ranking broke as the query narrowed. Drop the colliding provider command and keep the client one, which has extra affordances.