We tried updating to beta 6 but our Babylon UI entirely broke.
It seems like the culprit is the Checkbox. We didn’t change any of our code, but the crash seems to be coming from setting isEnabled on the checkbox.
I took your basic Checkbox playground example and added an isEnabled = true on line 44
Using GUI slider | Babylon.js Playground (babylonjs.com)
Here it is without that line of code, working: Using GUI slider | Babylon.js Playground (babylonjs.com)
You can see this produces an error now, whereas before on beta-2 it didn’t.
Any help on this would be appreciated!