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
Let's say if we want to fetch data according to locale then, we need to pass the context got in getInitialProps, getStaticProps, and getServerSideProps.
Pass ctx object in the data function,
Case:
Let's say if we want to fetch data according to
localethen, we need to pass the context got ingetInitialProps,getStaticProps, andgetServerSideProps.