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
changed the title [-]DevTools: Updating state or props in devtools does not trigger state.[/-][+]DevTools: Updating state or props in devtools does not trigger component update.[/+]on Nov 7, 2019
Activity
[-]DevTools: Updating state or props in devtools does not trigger state.[/-][+]DevTools: Updating state or props in devtools does not trigger component update.[/+]threepointone commentedon Nov 7, 2019
This needs more information than just saying it doesn't work. Could you use codesandbox to make a reproducing example?
thisisDom commentedon Nov 7, 2019
Here is the codesandbox I used:
https://codesandbox.io/s/y2lrywpk21
I changed the value of state.text to "test" in React-Devtools but the change isn't reflected in the input field. I uploaded a screenshot below.
https://www.dropbox.com/s/jfjak9t32lyv599/Screen%20Shot%202019-11-07%20at%203.46.26%20PM.png?dl=0
hristo-kanchev commentedon Nov 8, 2019
@thisisDom I can't reproduce the issue.
Did you by any chance forgot to press Enter after you entered the text?
thisisDom commentedon Nov 8, 2019
Yeah looks like that was my issue. In the previous version, I could click out of the console and it would update. Thank you
hristo-kanchev commentedon Nov 9, 2019
@thisisDom We have a PR open for this #17062 👍