Closed OmkarK45 closed 2 years ago
Hi @OmkarK45 seems like you are also facing the issue similar to what's mentioned here (#208), can you verify if this issue does not occur on local development builds?
Hi @OmkarK45 seems like you are also facing the issue similar to what's mentioned here (#208), can you verify if this issue does not occur on local development builds?
Yes can confirm this happens in local as well as production mode. I believe it is due to the useMemo hook that memoizes the ancestors. I do not have enough time to debug this right now. If you find a solution, please ping!
@AkashRajpurohit did you find any solution? I do not have preact in my build pipeline
I think you do, check your next.config.js
I think you do, check your next.config.js
oh yeah you are right! So the solution is to disable preact right?
Yes, I've disabled it for now till there is a fix for it with preact.
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.
Alright I'm not really sure if it is a CSS Issue or tailwindCSS issue, but when I scroll in KBar window, the topmost section text gets overlapped
Live : https://omkarkulkarni.vercel.app/ Reproduction Repo : https://github.com/OmkarK45/omkarkulkarni.dev/tree/main/components/KBar
Any help would be appreciated!