-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MPDX-7421 - fix phone numbers - Infinite list #993
Conversation
Preview branch generated at https://MPDX-7421-add-pagination.d3dytjb8adxkk5.amplifyapp.com |
Bundle sizes [mpdx-react]Compared against 70b550e
|
variables: { after: data.people.pageInfo.endCursor }, | ||
}) | ||
} | ||
EmptyPlaceholder={<NoData tool="fixEmailAddresses" />} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change the NoData to fixPhoneNumbers
@wjames111 it looks like this is also reloading when you scroll down and it loads more items. I wonder if we need a useMemo or useEffect somewhere. |
@caleballdrin Isn't it going to need to rerender regardless when fetchMore is called? Not really sure how the InfiniteList works to be honest. |
Description
Checklist: