-
Do any state change action will cause the render count +2 I expect only one render per change. |
Beta Was this translation helpful? Give feedback.
Answered by
dai-shi
Jul 31, 2022
Replies: 1 comment
-
This is something Does this work as expected? If it's not what you are describing, please let us know. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wenerme
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is something
<StrictMode>
does. Unless it's causing real problem for you, it's fine. If there's something wrong, it meansStrictMode
reveals some potential bugs/misusages.Does this work as expected? If it's not what you are describing, please let us know.