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.
First I'll just define a problem which me (and, not only me) faced..
It turns out that it's common today to have a deeply nested components thee. In many ways, it becomes as it is due to a heavy usage of decorators of any kind or/and other 'compositions'.
As an example (not a weirdest case):
I think, it would be nice to have an ability to filter out decorators-like
components from the three based on some criteria (could be user-defined, I guess).