-
Notifications
You must be signed in to change notification settings - Fork 577
New issue
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
MIDWAY_10003 循环依赖出了问题? #3197
Labels
No update status for a long time
No update status for a long time
Comments
猜不出,先版本都拉到最新。 npx midway-version |
npx 通过了
|
升级到最新的版本了,还是报这个错误。。 |
如果明确有循环依赖的话,那就得业务自己解决了,可以懒加载或者抽离依赖。 |
不应该呀,midway不是解决了循环依赖么? |
逻辑层面的循环依赖我们已经处理了,但是语言层面的框架是无法处理的(比如注入这种,在一开始就导入了类,node 本身就会把后一个读到空对象,这个框架是无法处理的)。 |
czy88840616
added
the
No update status for a long time
No update status for a long time
label
Aug 31, 2023
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
user
属性就是一个UserService
@Provide
我看都写了是因为midway版本的原因么?
The text was updated successfully, but these errors were encountered: