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.
Based on some user recent feedback I gathered via Twitter, one common request is some sort of method of filtering elements from the tree to make it less noisy.
Some people have mentioned using a string/regex to filter, and that could work for hiding e.g. HOCs– but I'm picturing a panel that shows all of the types of elements (e.g. host nodes, fragments, context consumer/provider, etc) with checkboxes next to them to indicate whether they should be visible or not.
These settings should be persisted between page reloads through the use of a mechanism like utils/storage added in PR #1069.
kylethielk, afonsodelgado, diegohaz, gracehaz, corysimmons and 6 more