-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: command search bar #414
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -105,38 +98,36 @@ export const CommandSearchTvSerie = ({ | |||
</Link> | |||
</HoverCardTrigger> | |||
|
|||
<HoverCardPortal> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remover o HoverCardPortal
faz com que o HoverCard fique relativo ao componente "pai" dele, nesse caso, por consequência, se não couber dentro do Command
, ficará cortado.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sim, era disso que queria falar contigo, pois ele tá quebrando. Pois da forma que estava antes, dá esse erro: Error:
HoverCardPortalmust be used within
HoverCard``
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Só quebra em desenvolvimento, da pra deixar passar
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Só que essa quebra tá travando o desenvolvimento dessa outra pr https://github.com/plotwist-app/plotwist/pull/412
Describe your changes
Issue ticket number and link
Checklist before requesting a review