Client Side navigation doesn't appear to wait for asyncData to complete
Has anyone noticed that on initial pageload with SSG, everything loads and hydrates as expected, but on route navigation, the route is loaded before your asyncData calls complete (even when lazy is false) and you get an almost empty page before the data loads in?