Chris Wong
Chris Wong
Perhaps add the following to `react-nice-dates/index.d.ts`? ```typescript declare const START_DATE: string; declare const END_DATE: string; ```
Is this package abandoned?
> > i use [@react-oauth/google](https://www.npmjs.com/package/@react-oauth/google) but not response tokenId, how to get tokenId? > > you need to use [Authorization code flow](https://github.com/MomenSherif/react-oauth#authorization-code-flow) it will give you key named `code` you...
> and then I just have a file named `~/src/icons.ts` that contains. @henry-young What do I do with icons.ts? Do I have to import it somewhere or put it in...
@henry-young Thanks! That works perfectly.
Will EUI theme be compatible with the [theme specification](https://system-ui.com/theme/) used in [theme-ui](https://theme-ui.com/theme-spec) and [styled system](https://styled-system.com/)?
> 👋 Hi @lightwave, we aren't explicitly building our themes to be compatible, but from the looks at that documentation, it's just a way to store your own theme tokens...
> For the error i had was on an udpate(...).set({...}) and checking the change between 31.4 and 32.0 it seems that this change (attached screenshot) was responsible for it. Reverting...
It doesn't seem to be only an issue with datetime schema. In general, the `comparator` gets the rendered cell value for comparison. This gets hairy really fast if the rendered...