Read-only schema renderer that is safe to use inside a React Server
Component.
Uses no context, state, or effects — the only hook called is
useId(), which is RSC-safe. Always renders read-only; pair with
SchemaComponent (which requires "use client") when an editable
form is required. Because Server Components cannot read React
context, the theme adapter is passed via the resolver prop rather
than SchemaProvider.
Read-only schema renderer that is safe to use inside a React Server Component.
Uses no context, state, or effects — the only hook called is
useId(), which is RSC-safe. Always renders read-only; pair withSchemaComponent(which requires"use client") when an editable form is required. Because Server Components cannot read React context, the theme adapter is passed via theresolverprop rather thanSchemaProvider.