I recently updated from plotly 1.41 to 1.42.1 in order to get some bug fixes. With the same data, plotting is now going unresponsive. I have two links below showing the same data in two versions of plotly where one hangs.
I'm using Chrome 70.0.3538.67 (Official Build) (64-bit)
Here's 1.42.1:
https://codepen.io/rfried/pen/VEJOJL
Here's 1.41.0:
https://codepen.io/rfried/pen/dgBxEg
Can anyone determine something wrong with my data or explain why plotly is hanging?
Thanks
Thanks very much for writing in.
Unfortunately, nothing comes to mind at first glance. We'll investigate.
there's a runaway while loop here:

https://github.com/plotly/plotly.js/blob/6fda5955d97436534f786f5dbff7f2e121273bb7/src/traces/scattergl/index.js#L401-L407
Came in with #3087
@archmoj want to take this?
@archmoj I'm on it. I'll have a PR out shortly.
Thanks for the quick response and fix :)
@rfriedma thank you for the report!
Most helpful comment
there's a runaway

whileloop here:https://github.com/plotly/plotly.js/blob/6fda5955d97436534f786f5dbff7f2e121273bb7/src/traces/scattergl/index.js#L401-L407
Came in with #3087
@archmoj want to take this?