Hi,
I wanted to try the latest preview release, but my IDE says that "Image" does not exist on type "typeof GUI". By looking at the available types from the GUI, the IDE suggests GUIImage, so I replaced everything with GUIImage.
Now I get a console error in my browser, saying "TypeError: BABYLON.GUI.GUIImage is not a constructor".
I get the same error on the playground, which btw also suggests GUIImage.
By looking at the source code, I think this was intentional, but it isn't mentioned in the what's new file for the preview release.
You can see the error on the playground https://www.babylonjs-playground.com/#K60448#22
Is this a bug, or do I need to change something else to get it working?
Thanks.