Carlos Cortizas

Results 66 comments of Carlos Cortizas

We will need to also update `react-router-dom` dev dependencies to v6 (it will be a breaking change for consumers).

Hi @antoniolodias, Thanks for writing this feature request. We will look into it and let you know if we need some more information to take a decision.

I pushed a new PR with a proposal for allowing us to use different themes in VRTs: #2256

It seems `columns` signature renders a little bloated. Is there anything we can do to render it more clear as the others? ![image](https://user-images.githubusercontent.com/97907068/185581361-b0d723e3-5698-4d7a-a33b-50cd9d73948d.png) ![image](https://user-images.githubusercontent.com/97907068/185581472-333b50c8-2a91-4ea8-9c0f-15128ed22846.png)

> > It seems `columns` signature renders a little bloated. Is there anything we can do to render it more clear as the others? > > ![image](https://user-images.githubusercontent.com/97907068/185581361-b0d723e3-5698-4d7a-a33b-50cd9d73948d.png) > > ![image](https://user-images.githubusercontent.com/97907068/185581472-333b50c8-2a91-4ea8-9c0f-15128ed22846.png)...

Hello @jtabone16, Thanks for your report. This could happen when you have different versions of `react-intl` dependency within your project. `IntlProvider` is configured from the `ApplicationShell` component which probably is...

Currently we have a Typescript typing issue that seems related to updating its dependency: `4.7.4` -> `4.8.2` (`4.8` [release notes](https://devblogs.microsoft.com/typescript/announcing-typescript-4-8/))

Hi @antoniolodias ✋ Thanks for opening this feature request. I would like to ask a question about the new props you would like the `DateTimeInput` component to support. Since this...

Hi @antoniolodias, Let me go through your comments: 1. I took a quick look at the component and having a custom format for input/output is not pretty straightforward. I would...