Hi ! I am using <EmailPasswordAuthNoSSR> and <Ema...
# support-questions
p
Hi ! I am using and . When i inputing something into the input field the page become Photo 1 , photo 2 and then photo 3. Every time i onChange the input field, these steps happen
r
Hey! This is hard to debug without seeing code. Can you show me the code for this component?
p
the page is wrapped by the FormPageLayout component
r
You only need to use the NoSSR wrapper
So remove the inner EmailPasswrodAuth
p
I removed it but the problem is still here
r
Hmmm. Well, this seems more like a react issue in your form as opposed to our components
If you can upload the code to GitHub, and share It, maybe we can try and replicate it
p
I think I found the problem. I am using formik. Every time I change the value , it cause the component re-render so the problem happen. It also happen on using useState. However, if I use react-hook-form, no problem happen
r
Hmmm. Cool! Glad you figured it out 🙂