We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
背景
setUrlState1({page:1}); setUrlState({orderBy:'desc'})
page=1&orderBy=desc
page=1
需求
The text was updated successfully, but these errors were encountered:
setUrlState({ page:1, orderBy:'desc' })
可以满足你的诉求吗?
Sorry, something went wrong.
setUrlState({ page:1, orderBy:'desc' }) 可以满足你的诉求吗?
不太行,因为我们将page和orderBy拆分成两个通用hooks
场景是在重置筛选条件的时候,同时也需要重新回到第一页
所以会同时去调用
然后也有可能其他类型场景
liuyib
Successfully merging a pull request may close this issue.
背景
page=1&orderBy=desc
page=1
需求
The text was updated successfully, but these errors were encountered: