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
Type Perf.start() into the console (third pane from the left).
Edit the contents of one of the text inputs in the rightmost pane.
Type Perf.stop() and Perf.printDOM() into the console.
This should show that the value attribute of the edited text input was updated three times in the DOM, and the unedited text input was also updated once.
I tested the same code with 0.13.1. According to React.addons.Perf, only the modified input was updated in the DOM, and it was only updated once.