Everyone using zod look at this!
cc @mattpocockuk
My college matej published **zod2md** a zod helper
to generate ✨beautiful✨markdown documentation for the hard to read types.
@RyanCarniato@BenJ_Ayc0 The `getUser1` function itself is not returning a promise directly, but rather the result of the `await` expression (implicit promise)
To work properly with React Suspense, a function has to returns a promise explicitly.