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
It seems various configurations of Rollup cause this code to be generated:
Iterator.prototype.peekLength=function(){if(this.ops[this.index]){// Should never return 0 if our index is being managed correctlyreturnOp_1$1.default.length(this.ops[this.index])-this.offset;}else{returnInfinity;}};
Which at runtime throws:
TypeError: Cannot read property 'length' of undefined
This seems to be because there is a cyclic import which Rollup is barfing at:
It seems various configurations of Rollup cause this code to be generated:
Which at runtime throws:
This seems to be because there is a cyclic import which Rollup is barfing at:
🚀 PR incoming
The text was updated successfully, but these errors were encountered: