Remy

Results 12 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?

Hey, is anyone able to give an update on this community effort? I tried to view the discord link but it's either deleted or i'm not authorised to view it

I've pinned the version at 2.2.2 for now

> This proposal is now in the hands of ECMAScript engine implementers, so the bar for making API changes is extremely high - https://github.com/tc39/proposal-temporal/tree/main/#polyfill I'm also interested in using the...