bvaughn / react-devtools-experimental

Experimental rewrite of the React DevTools extension
https://react-devtools-experimental.now.sh
MIT License
965 stars 55 forks source link

Should be able to add a prop that is not yet set #300

Closed steveluscher closed 5 years ago

steveluscher commented 5 years ago

Right now I can inspect a component and edit its props but I could not find a way to add a new prop that wasn't already set.

bvaughn commented 5 years ago

Correct. That functionality is not supported by either the old or new extension.

I don't personally think this feature is worth the trouble it would be to implement, but I'll leave the issue open for a while to see what others thing. 😄

mountwill commented 5 years ago

I would love to see this feature added, it's a common ask from designers using our component library.

goxr3plus commented 5 years ago

It is very important actually :)

mathieutu commented 5 years ago

Hey. I've made an issue which centralized all the needs about editing interface: https://github.com/bvaughn/react-devtools-experimental/issues/367

bvaughn commented 5 years ago

This repository is being merged into the main React repo (github.com/facebook/react). As part of this, I am moving all issues to that repository as well and closing them here.

This issue has been relocated to: https://github.com/facebook/react/issues/16484