Updating state of React component through devtools console
I am trying to set the value of the input field using the devtools console in Google Chrome The catch to this task is that the element’s state is likely to be contolled by the React.js state. I have made this conclusion after finding the property that says __reactProps, among the others: The element that… Read More Updating state of React component through devtools console