Which project does this relate to?
Start
Describe the bug
When using a Shadcn Button in a component rendered using renderServerComponent there is an error:
React.createContext is not a function
Your Example Website or App
https://github.com/josefbender/rsc-shadcn-button-error
Steps to Reproduce the Bug or Issue
- Create a component using
Button from shadcn/ui with Radix
- Render the component using
renderServerComponent (eg. in a server function)
- See error: React.createContext is not a function
Expected behavior
That the Button can also be rendered on the server.
Screenshots or Videos
No response
Platform
- Router / Start Version: 1.167.4 / 1.166.15
- OS: macOS
- Browser: Chrome
- Browser Version: 147.0.7727.56
- Bundler: vite
- Bundler Version: 7.3.1
Additional context
No response
Which project does this relate to?
Start
Describe the bug
When using a Shadcn Button in a component rendered using
renderServerComponentthere is an error:Your Example Website or App
https://github.com/josefbender/rsc-shadcn-button-error
Steps to Reproduce the Bug or Issue
Buttonfrom shadcn/ui with RadixrenderServerComponent(eg. in a server function)Expected behavior
That the Button can also be rendered on the server.
Screenshots or Videos
No response
Platform
Additional context
No response