Today, while I was working on a bug, I found myself needing to copy a props of a React component, so I realized that the react dev tools did not ha...
For further actions, you may consider blocking this person and/or reporting abuse
Nice tip! There is also an easier way - just right-click on an element and select 'Copy element props'.

I didn't know, thank you! ❤️
Nice! This is gonna help a future searcher.
yes, of sure! 😃
Nice tip! Only now I'm having the opportunity to get deeper with React. This will be helpful.
I'm really glad to hear that. thanks! ❤️ ❤️
Reminds me of my first encounter of the same situation. I was aware of $, $$, $1 in DOM element panel, but no idea about React.
Definately a help for fellow dev.
Nice one!
Cool!