Remy

Results 7 comments of Remy

Can anyone point me in the right direction for implementing `getFormatHelperText` for Temporal? I can see it spits out a date format but i'm not sure how to apply this...

Thanks for your swift response, after moving past this step, i'm not sure it's currently possible to apply a date format to Temporal.TimeZone string out of the box anyway: https://github.com/js-temporal/proposal-temporal-v2#ability-to-parse-a-user-supplied-string-format-into-temporal-objects

Similar to https://github.com/grommet/grommet-icons/issues/127 https://github.com/grommet/grommet-icons/issues/208

Does anyone have a working template they could refer to? I have the following: https://github.com/remy90/turborepo-payload-starter but haven't managed to make packageB (build) wait on packageA (payload-cms#dev). Anyone have any suggestions...

@prakashtiwaari Not quite. It's `render` that's giving the issue. To provide the full error message: ``` 'Page' cannot be used as a JSX component. Its return type 'Promise' is not...

A friend came up with the following: ```typescript const props = { params: { surveyType: '123' }, searchParams: { journeyId: '456' }, } const Result = await Page(props) render(Result) ```...

Is there anything that's holding this PR back?