That mean shipping address data is empty.
You can check it on Magento_Checkout/js/view/shipping.js at line **103**
I have insert
null != shippingAddressData.postcode
And this bug was fixed. Please make sure all case work.
if (shippingAddressData && null != shippingAddressData.postcode)