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
Is your feature request related to a problem? Please describe.
I saw that #1538 is still open, and inspecting modifiers would be amazingly useful.
Since going full Polaris means that Components are no longer a primitive (but rather a bucket of primitives), it seems like it's important to figure out how to inspect helpers / resources / modifiers / etc (as these can hold lots of state we currently can't inspect with ember-inspector).
Describe the solution you'd like
Helpers / Resources / Modifiers visible in the Render Tree
(also the Component Tree renamed to Render Tree or something like that.)
Describe alternatives you've considered
I haven't considered anything, because I don't know anything about the debug render tree, but I imagine we need to add hooks into there.
Additional context
This will be important for Polaris
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I saw that #1538 is still open, and inspecting modifiers would be amazingly useful.
Since going full Polaris means that Components are no longer a primitive (but rather a bucket of primitives), it seems like it's important to figure out how to inspect helpers / resources / modifiers / etc (as these can hold lots of state we currently can't inspect with ember-inspector).
Describe the solution you'd like
Helpers / Resources / Modifiers visible in the Render Tree
(also the Component Tree renamed to Render Tree or something like that.)
Describe alternatives you've considered
I haven't considered anything, because I don't know anything about the debug render tree, but I imagine we need to add hooks into there.
Additional context
This will be important for Polaris
The text was updated successfully, but these errors were encountered: