Joaquín R. Montes
Joaquín R. Montes
Hi @andy-hook! I tried using `onPointerEnter` and `onPointerLeave` and on fresh page load the navigation menu opens once with hover, then only open/close on click. How can I make it...
You're right, nothing has changed. I was using `onPointerEnter` instead of `onPointerMove` and that caused the weird behavior. Realized after reading the sandbox 😅 Thanks!
Hey, I have the same question, and I don't quite understand how I could append the metadata to the `sendDataMessage` function based on the [documentation example](https://sdk.vercel.ai/docs/api-reference/providers/assistant-response#server-side-implementation). It creates a new...
Did a small [PR](https://github.com/vercel/ai/pull/1381) to solve this, LMK if it's useful :pray:
@lgrammel did you have the chance to review this? It's blocking our team, and it'd be awesome to know if you'll add this