-
Notifications
You must be signed in to change notification settings - Fork 88
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
[6.0.0alpha] Actions infinite loop regression #2902
Comments
I suggest to first revert all changes in AppSidebar to see if the problem persists, in case it's only a side effect. |
Findings as follows The infinite loop is not triggered in AppSidebar but rather in Actions The recent changes which touch related code are these fixes #2878 and #2532 With the Wrapping it in |
@vinicius73 @raimund-schluessler @marcoambrosini please help solve the infinite loop in the |
Does reverting #2878 fix the issue? Could also be related to the migration to floating-vue, although given the investigation above, I find it rather not likely. I can only have a look on Tuesday, sorry. |
Honestly, I find the |
I've done some testing with and it doesn't seem so :/ I've also tried to link nextcloud/vue to server but it fails to build due to a problem with material design icons
|
The problem also occurs in the Tasks app dashboard widget: nextcloud/tasks#2056 Maybe that's easier to debug. |
Removing these lines https://github.com/nextcloud/server/blob/952acd4d276b3190d23e0597c5e01b1dfc4d72bc/webpack.common.js#L82-L85 fixes the build error @marcoambrosini @raimund-schluessler After some more tinkering it's seems that floating-vue #2600 may be the actual source of the issue |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
I retracted my comments. It seems my setup is having trouble with npm link and even with v5 the problem happens. |
I see problems with But I also think that the problem is not really due to floating-vue, or at least is only triggered by it and in reality lies in our |
I made a local branch with both #2929 and reverting floating-vue: now the share panel opens in the files app but I still get the infinite loop warning from Vue. The problem has good "hybrid" or they are two completely separate problems. |
Tested it and it's fixed @raimund-schluessler! |
Great, then let's merge this. |
See nextcloud/server#33387 (comment)
@Pytal can you investigate ?
The text was updated successfully, but these errors were encountered: