timc1/kbar

Plans to port it to appDir?

volnei opened this issue · 2 comments

volnei commented

There are any plan to port it to appDir?

Hey! This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

It already works with Next.js app directory, except you've to load the <KBarProvider /> correctly as a client component. Also, the KBar component itself needs to be marked as a client component.

In my use case anyhow it has to dynamically load items from a fetch() call, so that works...