https://kbar.vercel.app/docs/getting-started
Using react kbar here, I am seeing the attached error when using their useMatches hook
Add a fast, portable, and extensible command+k interface to your site
1 messages · Page 1 of 1 (latest)
https://kbar.vercel.app/docs/getting-started
Using react kbar here, I am seeing the attached error when using their useMatches hook
Add a fast, portable, and extensible command+k interface to your site
First thought that might be a simple oopsy daisy, make sure it’s imported from kbar and not a remix import by accident
More than likely you checked that, but sometimes it can slip through
The only other thing I could think of with limited code shown, it might be intended as a client library, the document and react provider may not be fully put together when something in react k bar tries running itself
Maybe wrapping it client only would solve that