Skip to content
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

'too much recursion' for Provided Mixins #9032

Closed
lrembacz opened this issue Nov 6, 2018 · 1 comment
Closed

'too much recursion' for Provided Mixins #9032

lrembacz opened this issue Nov 6, 2018 · 1 comment

Comments

@lrembacz
Copy link

lrembacz commented Nov 6, 2018

Version

2.5.7

Reproduction link

https://codesandbox.io/s/2vnzq8659y

Steps to reproduce

Component is a mixins Component with @provided implemented.
We uses @Mixins for another component and after that we getting error.

What is expected?

Getting Provided EventBus and no errors about recursions.

What is actually happening?

There are too much recursions alert and problem with mergeData for components.


When we are using Provided inside main component there is no error alert.

@posva
Copy link
Member

posva commented Nov 6, 2018

Your code doesn't seem to output that error.
The thing here is that the problem could come from vue-property-decorator since you are heavily using it
To me it looks like this PR #8870 fixes the problem. If it doesn't, please provide a repro without the vue-property-decorator or open an issue there

@posva posva closed this as completed Nov 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants