3D surface plot freezes after zooming

Hi,

I have a 3D surface plot and I noticed that when I’m zooming on it, at some point, It freezes. I went to check the examples on plotly.js website and I found the same problem.
In the example below, when you look at the plot from the bottom and you keep zooming until the end, your plot will freeze.
You will have this error in the console:
plotly-latest.min.js:7 Uncaught ax.dtick error: NaN

Example: https://codepen.io/plotly/pen/MaxrwW

Regards,

I believe your problem got fixed in https://github.com/plotly/plotly.js/pull/3233 - set to be released in 1.43.0.

So when will it be released ?