jashkenas / underscore

JavaScript's utility _ belt
https://underscorejs.org
MIT License
27.29k stars 5.53k forks source link

Fix double chaining stack overflow #2963

Closed j0pgrm closed 1 year ago

j0pgrm commented 1 year ago

2853

jgonggrijp commented 1 year ago

Thank you @j0pgrm for making a contribution! The approach you took is not quite right, as it breaks functionality. I'll help you find a better solution.

I suggest you take the following steps:

After the above steps, we'll discuss your findings and possible solutions.