Here's the warning that comes through:
next-dev.js?3515:20 Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?
Check the render method of `ForwardRef(LinkComponent)`.
at PopoverTrigger
Likely something with React 18 and Chakra, and how they're playing together.