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
在onInit里调用async methods,组建中的useLoading返回false
The text was updated successfully, but these errors were encountered:
是因为执行onInit时,react组件还没加载。loading是懒惰处理的,需要根据组件内使用了useLoading(model.method)来决定需不需要处理。 等下发一个小版本
Sorry, something went wrong.
fix(loading): async method in model.onInit() cannot store loading sta…
838d375
…te (#38)
v1.3.1
No branches or pull requests
在onInit里调用async methods,组建中的useLoading返回false
The text was updated successfully, but these errors were encountered: