Skip to content

Error when using Shadcn Button in Server Components #7236

@josefbender

Description

@josefbender

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

  1. Create a component using Button from shadcn/ui with Radix
  2. Render the component using renderServerComponent (eg. in a server function)
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions