Brian Ngo

Results 4 comments of Brian Ngo

Just bumped into this - looks like the issue is that adding non-alpha characters as the element name in JSX will cause the generated output to be encapsulated in quotes....

Ah nevermind - my hypothesis in the last comment wasn't right. It's the fact that the first character in my namespace is a lowercase character. According to the [React documentation](https://facebook.github.io/react/docs/jsx-in-depth.html#html-tags-vs.-react-components)...

Hitting this issue on linux, yarn, node 21.6.2. Here's the build failure I encounter: ``` Type error: Cannot find module 'ai/rsc' or its corresponding type declarations. > 1 | import...

I'm still able to repro on both `[email protected]` and `[email protected]`. I pushed up a branch (https://github.com/vercel/ai/pull/1043) which changes `rsc-types.ts` to `index.ts` and I'm able to use it locally to successfully...