You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The team details page (pages/teams/details/[teamid].tsx) currently gets the team info inside useEffect(). To use SSR, the requests need to be extracted into the function getServerSideProps(), which would pass the team info to the page as a prop.
Designs
No response
The text was updated successfully, but these errors were encountered:
Description
The team details page (pages/teams/details/[teamid].tsx) currently gets the team info inside
useEffect()
. To use SSR, the requests need to be extracted into the functiongetServerSideProps()
, which would pass the team info to the page as a prop.Designs
No response
The text was updated successfully, but these errors were encountered: