Carlos Vieira

Results 16 comments of Carlos Vieira

> Any props not used by the `Img` component will be passed through to the underlying `` element as HTML attributes, as can be seen [here](https://github.com/mbrevda/react-image/blob/5b6f430847e872eacd8470d7f11599a26f496aeb/src/Img.tsx#L36) and [here](https://github.com/mbrevda/react-image/blob/5b6f430847e872eacd8470d7f11599a26f496aeb/src/Img.tsx#L49). I'm not...

It works as intended, but only when using 'crossorigin'. With 'crossOrigin', it's as if you had not passed it in at all, as crossorigin is what gets used to make...

This would be super handy. Especially for subscribing to the open/close state of popovers. Unlike with dialogs where you can just subscribe to the `open` property via a [Mutation Observer](https://www.google.com/search?q=mutation+observer&sourceid=chrome&ie=UTF-8)),...

Potentially related to https://github.com/TanStack/table/issues/4711, https://github.com/TanStack/table/issues/4673, https://github.com/TanStack/table/issues/4594.

I'm not familiar with the motivation behind getColumnCanGlobalFilter. But the idea of determining column filterability based on the first row will undoubtedly be a footgun for many people using **TanStack/table**....

I can't replicate this on my android mobile (I get the error post upload as expected). Could you please share the file? I believe the receipt is validated here. https://github.com/Expensify/App/blob/393f2bec9a6a1d9f3affa18207e6b735274d1c2f/src/pages/iou/ReceiptSelector/index.js#L102-L120...