Mappings that use the callback argument and do not provide a desc argument will cause which_key to throw an error.
While this does not fix the issue of people forgetting to use a desc label in their mappings, it will at least make which_key usable in such cases
📃 Summary
Mappings that use the
callback
argument and do not provide adesc
argument will causewhich_key
to throw an error. While this does not fix the issue of people forgetting to use adesc
label in their mappings, it will at least makewhich_key
usable in such cases