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
在redux-devtools中只能看到action,有什么方法可以看到某一个domain的所有state或者query吗?
The text was updated successfully, but these errors were encountered:
受限于 redux-devtools 只能显示有限信息,目前还不能。
可以写个 query,把所有 state 输出,这样总会有个汇总的全量状态打印出来。
Sorry, something went wrong.
好的,谢谢
No branches or pull requests
在redux-devtools中只能看到action,有什么方法可以看到某一个domain的所有state或者query吗?
The text was updated successfully, but these errors were encountered: