I loaded the map div normally and on page load, I just hid the map. That removed the errors from the layout. And onclick, it’s showing the map as expected.
Also, make sure if you click to show the map before the page is loaded, it doesn’t hide the map. We used a global variable to check if a click event has occurred or not.
@tjcafferkey: That wasn’t the issue for us.
It does obviously cause a minimal bad UI experience to the user based on their internet speed. But until a fix is made available or we find a better method, We are going to use this method.
@devin Walker: Is there any scheduled release date for a fix?