Hendrik Liebau

Results 27 comments of Hendrik Liebau

This can't be configured currently with `@feature-hub/dom`.

This PR has a couple of minor issues and also an accidental breaking change in it that we can talk about in detail. But I'm wondering whether we even need...

@serbec Do you still need this? Or did you solve this by manually consuming the feature app manager and registry without using the convenience function `createFeatureHub`?

If I remember correctly, the type of `AI` cannot be inferred correctly with the implicit return type of the action. For me, it helped to set an explicit return type,...

In the posted example you can work around the mentioned suspense issue (i.e. the whole promise chain is replayed when the fallback is replaced with the children) by skipping the...

If I remember correctly, the type of `AI` cannot be inferred correctly with the implicit return type of the action. For me, it helped to set an explicit return type,...

Define a proper union type to fix this: https://github.com/unstubbable/ai-rsc-test/blob/ef44eb040b8afaee86a6b7c3665f19983748998d/app/action.tsx#L15

One option is to record and playback your OpenAI response, see this Gist for example: https://gist.github.com/unstubbable/ffa9028fcb6ea6f218579e9e7cebd403