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
Performing a union on these two shapes results in a series of recursive calls that goes too deep (infinitely deep? TBD)
First few lines of the error backtrace
(node:42015) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded
at Segment.ringsAfter (webpack://polygon-clipping/./src/segment.js?:368:31)
at Segment._ringsBefore (webpack://polygon-clipping/./src/segment.js?:364:50)
at Segment.ringsBefore (webpack://polygon-clipping/./src/segment.js?:357:77)
at Segment._ringsAfter (webpack://polygon-clipping/./src/segment.js?:376:24)
at Segment.ringsAfter (webpack://polygon-clipping/./src/segment.js?:370:77)
at Segment._ringsBefore (webpack://polygon-clipping/./src/segment.js?:364:50)
at Segment.ringsBefore (webpack://polygon-clipping/./src/segment.js?:357:77)
at Segment._ringsAfter (webpack://polygon-clipping/./src/segment.js?:376:24)
at Segment.ringsAfter (webpack://polygon-clipping/./src/segment.js?:370:77)
...
The text was updated successfully, but these errors were encountered:
Performing a union on these two shapes results in a series of recursive calls that goes too deep (infinitely deep? TBD)
First few lines of the error backtrace
The text was updated successfully, but these errors were encountered: