material-react-table icon indicating copy to clipboard operation
material-react-table copied to clipboard

Fix missing deps in useEffect doing page index outbound check

Open nsteenbeek opened this issue 1 year ago • 1 comments

PaginationState does not work when changing the example to pageIndex: >0. While loading the totalRowCount is 0 resulting in setPageIndex(-1). The 'return' on first line should be hit.

nsteenbeek avatar Oct 03 '24 08:10 nsteenbeek

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
material-react-table ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 3, 2024 8:45am
material-react-table-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 3, 2024 8:45am

vercel[bot] avatar Oct 03 '24 08:10 vercel[bot]

will need to test this one more to make sure it doesn't have any other adverse effects

KevinVandy avatar Nov 08 '24 15:11 KevinVandy