useEffect
fire after native input mount?
#40
bluebill1049
started this conversation in
Q&A
Replies: 2 comments 1 reply
-
@bluebill1049 we have changed some things related to effect timing, but it's hard to say what it causing this without a full example. Do you have something I can test out? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I have switched to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
I have started testing with React 18 alpha, so far looking pretty good. However, I have few automation tests that failed, I was investigating the root cause and realize
useEffect
is called after native input is rendered?The automation script
Beta Was this translation helpful? Give feedback.
All reactions