Anthony Powell
Anthony Powell
I found the code causing this issue and wrote an integration test to verify. I will play around with a few solutions. I assume this issue happens because in react...
Is it possible for an option in the plugin to hint to vscode that each class is potentially undefined? That way at least I can get my editor to force...
Hi! Sorry about the late response, github notifications aren't that great. I welcome any and all PRs, although as you can probably tell I have not worked on this repo...
Is this something that needs fixing in my client code? I am able to confirm that it no longer crashes the remix server but the streaming request never recovers after...
Works great @brophdawg11 , thanks!
Here is the polyfill code that is throwing the error https://github.com/MattiasBuelens/web-streams-polyfill/blob/master/src/lib/validators/readable-stream.ts
I had to perform some unspeakable acts, but this package can be made compatible with remix actions now. ```ts import { createEventStreamTransformer, trimStartOfStreamHelper } from 'ai'; import { ReadableStream as...
It would be really funny if this just worked 😅 I tried this while the action was on the same route as the component and it did not work. Let...
This does not work for local dev, which is a non starter for me unfortunately
My workaround reimplementation above works on local and hosted so I am happy with it for now. We will see if that changes when I try to upgrade the package...