mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
f9704536d1
Recently learned that components passed into `React.renderComponent` may not be the ones actually mounted. Also learned that it returns the mounted component. Added some documentation describing this.