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
And it gives me error Cannot read property '0' of undefined the error cames from here
render: function render(h) {
var tag = this.$el ? this.$el.tagName : "div";
var child = this.$scopedSlots.default ? this.$scopedSlots.default({
hydrated: this.hydrated
}) : this.$slots.default[0]; // This line causes error
var vnode = this.hydrated ? child : h(tag); // Special thanks to Rahul Kadyan for the following lines of code.
// https://github.com/znck
The text was updated successfully, but these errors were encountered:
Hello just found this npm package and i wanted to test but unfortunately i cant use it from strange error that it comes from LazyHydrate.js:339:31
And it gives me error Cannot read property '0' of undefined the error cames from here
The text was updated successfully, but these errors were encountered: