Button component doesn't have image and textblock property

Hi guys,
I am using latest babylon stable version.When i created a gui button ,i couldn’t access its image and textblock property,which means i could only see control properties and no button properties.
Any idea
Thanks.

Hi guys,
I had to manually upgrade to the preview version for solving this issue.

"dependencies": {
       "babylonjs": "^4.0.0-alpha.10",
       "babylonjs-gui": "^4.0.0-alpha.5",
       "babylonjs-loaders": "^4.0.0-alpha.10"
 }

Thanks

Yep this is something I fixed on 4.0 :slight_smile:
glad that you found it

@Deltakosh
But when i changed playground version to 3.3(stable),and tried to reproduce the above issue, code was working fine(and had typings also).And that misdirected me to wrong conclusions for some time.

Oh ok. Yes the typings are shared between both

@Deltakosh Gotcha, Thanks.