Hi, I use Popover for showing error messages during validation. First it renders fine, but when I switch tabs(my app has multiple tabs) callout disappears completely. Here's how I use the component:
```ts
<Popover
show={show}
anchor={inputRef.current}
position="bottom"
contentStyle={{ padding: '0.5em', border: 'black' }}
collision={{ horizontal: 'flip', vertical: 'flip' }}
appendTo={container}
>
```Screenshot attached.
Hello,
I tested the provided Popover configuration in order to reproduce the described behavior in which the callout disappears completely, however I was not able to:
I also went through our ticketing system and public issues, however it seems that this is the first report so far for this behavior. With that in mind, can you please modify the sample so that the issue reproduces? This will enable me to debug it locally, find the root-cause and a possible solution.
Regards,
Filip