You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems with the newest update v15 when passing props into a child component with the spread operator the console throws the warnings associated with this pull request.
seems to only throw issue when the component is not a class but only stateless component hence passing just {...props} and not {...this.props}
I am not accessing refs or keys in the child component
The text was updated successfully, but these errors were encountered:
I'm also running into this when using cloneElement. The code accessing refs and keys is definitely in that function (not in my code). I've read through #6268 but can't tell if that PR specifically solves this particular issue with cloneElement.
facebook/react/pull/5744
It seems with the newest update v15 when passing props into a child component with the spread operator the console throws the warnings associated with this pull request.
seems to only throw issue when the component is not a class but only stateless component hence passing just {...props} and not {...this.props}
I am not accessing refs or keys in the child component
The text was updated successfully, but these errors were encountered: