here is the return part
return (
<AnimationRevealPage disabled>
<Container>
<TwoColumn>
<ImageColumn>
<Image css={imageCss} src={imageSrc} imageBorder={imageBorder} imageShadow={imageShadow} ima...
Hi Mike,
I have a similar problem and tried implementing the solution given by you, but I am still facing some issues. So on landing page, I am getting a user email which I am passing to this component. What I need is, when this component loads, it s...