Javascript – Next js trying to fetch data then pass it to a client components but it's not working
im fetching data asynchronously then passing it to a client component as props then sitting the state of the client component and displaying it but it's not working the props are passing fine but the state is not getting set…