I'm trying to hide the container that contains my CesiumWidget (using jQuery.hide()); however, when I do this I get:
Developer Error: canvasDimensions.x must be greater than zero.
Is this a bug or something I'm doing wrong? Or is there a better way I should go about what I'm trying to accomplish (i.e. hide the map if a user clicks on a button).