DoronTorangy
DoronTorangy
Thanks @mentatxx I will check that for sure. For those who wait for it to be merged, until now I used this solution: ```js export function TransformMongoId(options?: ExposeOptions) { return...
It looks like that the `data` property in `useReactTable` has to have the same reference across renders, otherwise `@tanstack/react-table` keeps re-rendering the component... The problem is that my data is...
Anyone has any idea what can be the problem here?
happens to me too, it makes the library unusable
@fabien-roy I'm curious how can you achieve both pagination and total count in a single query? Do you mind showing me? I might use that approach until there is built...
For me 'notificationclick' doesn't work at all on iOS, it also states that in [here](https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorkerGlobalScope/notificationclick_event). I'm testing on iOS 17.4.1. I do receive notifications just fine (I use FCM) but...