You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once CMS schema and codegen for the new section types exist, the web app must render them. apps/web uses a single Experience fetch and SectionRenderer (apps/web/src/app/[slug]/page.tsx) to map section __typename to components; new section types need corresponding React components.
Expected outcome
All section types used on the Easter-style Experience have a matching component in apps/web; the page renders from one API call.
Background
Once CMS schema and codegen for the new section types exist, the web app must render them. apps/web uses a single Experience fetch and SectionRenderer (apps/web/src/app/[slug]/page.tsx) to map section
__typenameto components; new section types need corresponding React components.Expected outcome
All section types used on the Easter-style Experience have a matching component in apps/web; the page renders from one API call.
Acceptance criteria
Possible solution(s)
(Defined in child issues.)
References