Solutionunvalidated
Load the async user data with a Suspense-compatible async pattern (e.g., using `leo-query`’s `query`/`subscribe`) so the component waits until `currentUser` is available before rendering.
9f5feae0-6b19-422d-9328-5135ca59587c
Load the async user data with a Suspense-compatible async pattern (e.g., using leo-query’s query/subscribe) so the component waits until currentUser is available before rendering.