storacha / w3ui

👩‍🎤 Headless, type-safe, UI components for the next generation Web3.Storage APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

proposal: React useUploadsList hook should automatically load one page of results

travis opened this issue · comments

while fixing the react uploads list example (#195) I noticed that the useUploadsList hook doesn't automatically load the first page of results - I think this is a bug but figured I'd double check before changing the current behavior.

@jchris @alanshaw @yusefnapora would love your thoughts in particular on this one

I think that's a bug, at least in my apps it's loaded automatically

ok great - I'll take another look at this now that all the in progress pnpm work has landed

fixed in #254, merged with #236