1.The suspense boundary around the <Await is not triggering. Am i missing something?
-
I had to extract my prisma query into another function to throw the 404 and also for Remix to solve the promise correctly. Is this the right way?
-
When using single fetch and returning promises from the loader, how do you now do dynamic metadata? Can i somehow resolve the promise in metafunction, is there an async metafunction versjon?