R137 CSS Label Error

I had a test which I made up in R107 overlaying CSS2s Labels over my model which worked without issue. I’ve just upgraded everything to R137 and now the CSS 2D render call generates this error:

Cannot read property of undefined (reading ‘distanceToCameraSquared’) at CSS2dRenderer.js:192:1

I’m guessing a method has been removed somewhere along the line - does anyone have an idea how I can work around this?

Compare old and new CSS2DRenderer.js. New:

This will be fixed with the next release r138.

ahh thanks @Mugen87