timc1 / kbar

fast, portable, and extensible cmd+k interface for your site
https://kbar.vercel.app
MIT License
4.84k stars 185 forks source link

Actions with parent proporty get added twice. #359

Open fdennig opened 5 months ago

fdennig commented 5 months ago

all actions that have a parent and get registered with useRegisterActions get added twice as children of the parent action this does NOT happen when I pass an action with a parent to the initial list of global actions.

my problem with this, is that the actions with parents that are added dynamically, get rendered twice.

has anyone else faced this problem? any suggested solutions?

help is much appreciated!

dflantz commented 2 months ago

bump! does anyone have a solution to this?