Supercharges GatewayDest
so that it allows default children, because this does not work:
<GatewayDest name="my-top-nav-title"><div>Default content if nobody has passed anything to me yet.</GatewayDest>
This PR fixes that, but it hasn't been merged yet.
<GatewayDestWithFallback name="my-top-nav-title" fallback={<Logo />} />