Jason Roy

Results 3 issues of Jason Roy

### Link to the code that reproduces this issue https://github.com/mrjasonroy/nextjs-14.1.1-parallel-route-loading-flash ### To Reproduce 1. Clone Repository 2. Navigate Using the lefthand navigation to a non cached page 3. Observe flash...

template: bug

### Description useAIState with a key does not return the proper type ```typescript const [chatId] = useAIState('chatId'); ``` In this case chatId has a union type of any of the...

ai/rsc

### Description With ai/rsc the post requests go to the same route and the AIState is send as part of the server action form header. As a conversation grows long...

ai/rsc