Replies: 3 comments
-
Have you tried |
Beta Was this translation helpful? Give feedback.
0 replies
-
OK, I'll try this, thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
-
useEffect is guaranteed to fire after render. you are the one that changes the props so your app should already be deterministic, put the effect where the change was made. |
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
-
When some props of the mesh change, I want to take a screenshot of the canvas, but I can't know when the mesh has finished rendering, so I can't take the correct picture, is there any sign to tell if a mesh has finished rendering?
Beta Was this translation helpful? Give feedback.
All reactions