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
{{ message }}
This repository was archived by the owner on Jun 26, 2020. It is now read-only.
<ReactCSSTransitionGroup /> is really an eyesore when we inspect component hierarchy seeing it is really frequently used to wrap things.
So I think giving an options to hide it may be a good solution.
Thanks
The text was updated successfully, but these errors were encountered:
Yeah, the Relay team was also interested in this -- being able to hide the "Relay(Something)" wrapper components.
Do you have any ideas about the right way to expose this in the UI? I'd hate to start automatically hiding things and not have a good way to indicate 1) that things have been hidden, and 2) how to un-hide them
Well...In my view, every component is default displayed, no necessity to auto hiding it. Just support a simple checkbox to hide <ReactCSSTransitionGroup /> or <Relay-something /> may be the easiest and quickest solution to do it, or you can support a textfield to let user to find and hide some specific component which they want to?
I’m closing because we definitely won’t be adding a checkbox specifically for ReactCSSTransitionGroup. If you have a more generic proposal for hiding wrapper components, please file another issue and let’s discuss it there. Thanks!
<ReactCSSTransitionGroup />
is really an eyesore when we inspect component hierarchy seeing it is really frequently used to wrap things.So I think giving an options to hide it may be a good solution.
Thanks
The text was updated successfully, but these errors were encountered: