Lukáš Horák
Lukáš Horák
I experience the same issue at least on iOS 12 😕 The PR #207 is not helpful, settings `overflow: hidden` is not a solution.
Np, I can make the PR, I've submitted it just for that, to listen your feedback. If you think it's a good idea, the attribute name isn't against any of...
I meant it to be a static property, not changing over time. Once you know your api returns less than 10 items all the time, as the result is static...
The property you suggest seems reasonable, but I don't have such deep knowledge of internals. Is the data cache shared between `getList` and `getMany` calls? So that if there are...
It would be fantastic to have this in the library 😍
Oh, sorry, forgot to mention. I added `removeBacklinksFromPostsList` which is used in `dataProvider` to remove `backlinks` from posts in `getList` endpoint to simulate API behaviour.
You're right, it works after that change although it doesn't work in my code. Anyway, even with this change, it's still incorrect and it leads to [this error](https://github.com/marmelab/react-admin/issues/5289) again ```...
Ok, I'll give it a try, thanks
I've just updated to `[email protected]` and it appears the issue is gone there along with the animation of a list (which I don't mind) 👍
@0xdevalias Don't know how you did achive it 😅 I cloned the fresh repo, run same `yarn install` & `yarn workspace example oex hello` but still getting the MODULE_NOT_FOUND error....