You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, after some investigation, I can't get this to work when wrapping with provide(). I guess I don't understand mixins well enough. I also can't seem to duplicate the stack overflow with this project, but I can with mine (using the exact same mixin). Removing the title mixin from my project makes the error disappear as well.
Any advice is appreciated. For now, I guess I'm stuck on 2.3.x.
I used the title mixin in my app with SSR and upgrading to 2.4.0 lead to the dreaded mergeData stack overflow exception.
Wrapping the static delaration in a provide() function fixes it.
https://github.com/vuejs/vue-hackernews-2.0/blob/master/src/util/title.js
vuejs/vue#6190
The text was updated successfully, but these errors were encountered: