Disabling selectionIndicator in viewer results in error

Hey,
I am trying to create a 3D globe from CartoDB database. I would like to disable the selectionIndicator but it gives an error saying
while trying to run on the local server

An error occurred while rendering. Rendering has stopped.
TypeError: Cannot read property 'viewModel' of undefined
TypeError: Cannot read property 'viewModel' of undefined
    at V._onTick (http://localhost:58645/Cesium/Cesium.js:422:5479)
    at r.raiseEvent (http://localhost:58645/Cesium/Cesium.js:378:22449)
    at l.tick (http://localhost:58645/Cesium/Cesium.js:384:3519)
    at P.render (http://localhost:58645/Cesium/Cesium.js:419:29850)
    at t (http://localhost:58645/Cesium/Cesium.js:419:17031)

This sounds like this old bug: https://github.com/AnalyticalGraphicsInc/cesium/pull/2380 which was fixed several releases ago. What version of Cesium are you using?