You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have use "react-admin": "^3.17.0",
But i have problem for Next button in Pagination, it is not working. I check my API server by change url in browers. http://localhost:3000/#/events?displayedFilters=%7B%7D&filter=%7B%7D&order=ASC&page=1&perPage=10&sort=id Change the page=1 to page=2 http://localhost:3000/#/events?displayedFilters=%7B%7D&filter=%7B%7D&order=ASC&**page=2**&perPage=10&sort=id it is worked well.
Yes, I believe it's a duplicate of #6421. Material-ui has published a breaking change in a minor version, there is nothing we can do on our side, we have to wait for them to fix it on their side and publish the fix in a new minor release. You can add your vote to mui/material-ui#27192 (comment), or contribute a patch there, to get this fixed faster.
I have use "react-admin": "^3.17.0",
![bug next button](https://user-images.githubusercontent.com/372715/126023422-4cb1b681-9da6-4aa5-a3f1-4839cd00da23.png)
![change url](https://user-images.githubusercontent.com/372715/126023501-b7254cf1-e2b3-4126-9fa7-d17f9ae4f3d9.png)
But i have problem for Next button in Pagination, it is not working.
I check my API server by change url in browers.
http://localhost:3000/#/events?displayedFilters=%7B%7D&filter=%7B%7D&order=ASC&page=1&perPage=10&sort=id
Change the page=1 to page=2
http://localhost:3000/#/events?displayedFilters=%7B%7D&filter=%7B%7D&order=ASC&**page=2**&perPage=10&sort=id
it is worked well.
But Next button same disable.
P/S: I try to change by use "ra-data-json-server": "^3.17.0", with the tutorial https://marmelab.com/react-admin/Tutorial.html, it is still not working
The text was updated successfully, but these errors were encountered: