Hendrik Liebau

Results 28 comments of Hendrik Liebau

Did you test it with https://github.com/amcclure-super/ai-streamableUI, or somewhere else?

> I tested in my own app based on https://github.com/vercel/ai-chatbot where i'm using function_calling to call external APIs to get back a response. Does it have to be the repo...

Can you maybe provide a minimal repro that shows the issue? Thanks!

Thanks for the repro! The main server component needs to live in its own file so that we can target it in the webpack RSC layer rule. See https://github.com/quentinmit/mfng-repro/pull/1

As you can see in your webpack config, `resource` accepts an array.

Thanks again for raising these issues! I've implemented fixes and integrated them in https://github.com/quentinmit/mfng-repro/pull/2.

Thanks again for the repro, that helps a lot! Both of these issues should be fixed with `@mfng/[email protected]`. Let me know if you find anything else.

Another prominent use case is Jest snapshot testing, as reported in https://github.com/facebook/react/pull/28813#issuecomment-2077326950. A version mismatch might break those tests because [they rely on `react-is`](https://github.com/jestjs/jest/blob/main/packages/pretty-format/src/plugins/ReactElement.ts).