Server-side wrapper that connects to the DB and fetches various data.
Pass children as a function.
<ThemePage page="home"> {({ agency, pageConfig, globalConfig }) => <MyPage pageConfig={pageConfig} />} </ThemePage> Copy
<ThemePage page="home"> {({ agency, pageConfig, globalConfig }) => <MyPage pageConfig={pageConfig} />} </ThemePage>
Server-side wrapper that connects to the DB and fetches various data.
Pass children as a function.