Property Picker getting error

Property Picker getting error.

We are trying to mimic the picker feature in this Gallery example.

Ths Sandcastle shows the error

Uncaught TypeError: pickedFeature.getProperty is not a function (on line 253)

You should make sure that what you picked is a instance of Cesium3DTileFeature, you could add a if statement like offical do.