default page is not showing in react-paginate

130 Views Asked by At

I am using react,redux ,axios ,redux-thunk with typescript to get the list of users. I have also implemented pagination with react-paginate.Everything is working fine but on refresh default page data is not shown i have to click any page number from pagination to get the data.I tried to set the data in useEffect with empty dependency ,still it's not working. Here i am attaching my code:https://github.com/Khatri-Jinal/ReactReduxAxiosTs

0

There are 0 best solutions below