Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow users to set page size in W3APIProvider (#308)
Allow users to set page size in W3APIProvider. It feels like it would be cleaner to make it possible to set page size in the `useUploadsList` hook, but a bit of work on that revealed some complexity that will take a bit more planning and design to get right - see e50e025 for the work I did toward this and a short description of the issues I ran into. For now I think this is good enough to ship, and I'd like to think more carefully about how we handle state in the UploadsList in future versions of these libs.
- Loading branch information