-
Notifications
You must be signed in to change notification settings - Fork 558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React not bails out in the case props not changed #149
Comments
Because Wrapping |
the above example doesn't have any children props and I think |
There are the children of React.Fragment( |
@mha15 I thinks that's because React creates a new prop object every time the |
Originally posted by @sebmarkbage in #108 (comment)
Thanks for that you mentioned this point but why this sandbox not work as like you said? I checked the props in child element and they are not equal to props I send to
React.createElement
! why ?And at the last please tell us where can we find all of these rules and points to better understand what is going on behind react
The text was updated successfully, but these errors were encountered: