NextJS 14 component is throwing hydration error
I have this <Card>
component that uses NextJS 14.2 <Image>
component. The card receives the image src as a prop, then passes it to the <Image>
component, like this:
I have this <Card>
component that uses NextJS 14.2 <Image>
component. The card receives the image src as a prop, then passes it to the <Image>
component, like this: