lavenderlav
ts const SessionAuthNoSSR = dynamic( new Promise<any>((res) => res(SessionRecipe.SessionAuth) ), { ssr: false } ) return ( <SessionAuthNoSSR> props here </SessionAuthNoSSR> )