I have a use case where users can create new items and so far I need to reload the page every time before a new item is added to the commands of the palette.
Let me know if dynamic item adding is supported by this package by default, so far I have implemented a workaround by passing a key and re-rendering every time an item is added.