Grant Clark

Results 7 comments of Grant Clark

I had this issue as well. Try passing the `.js.map` file instead: ``` source-map resolve main.c15d80c6dc61f528.js.map 1 23044 ```

This worked for me on the `DialogContent` component: ```tsx { // don't dismiss dialog when clicking inside the toast if ( e.target instanceof Element && e.target.closest("[data-sonner-toast]") ) { e.preventDefault(); }...

Since there hasn't been any updates regarding this and similar issues, I created #214 to update the package to use the latest icons. While it's in review, if it helps...

@lgrammel LMK if you have any thoughts on this implementation. You had mentioned previously that streamUI would be refactored eventually to match streamText / other patterns, so let me know...

> Hi guys any news on , when will this feature be released? Haven't put this PR up for review because it's a bit buggy after updating it to the...

@lgrammel I reverted https://github.com/vercel/ai/pull/2068 locally and tested on my application code and it fixed the issues described above. Any idea how best to resolve this issue?

As tagged by @bneigher, I have an approach I'm working on in #1904, but it's still a WIP. Main issue I have right now is that because we don't know...