The react package is not configured correctly for react-server
The "react" package in this environment is not configured correctly. The "react-server" condition must be enabled in any environment that runs React Server Components.
React threw this error because the environment is trying to run React Server Components without correctly resolving the `react-server` package condition. This usually points to a bundler, package-resolution, or framework configuration issue.
The "react" package in this environment is not configured correctly. The "react-server" condition must be enabled in any environment that runs React Server Components.
Why it happens
The runtime environment is trying to execute React Server Components without enabling the `react-server` condition.
A framework or bundler is resolving the wrong React entrypoint for server-component execution.