Robbie Wagner
Robbie Wagner
@cyril-sf would you mind pushing your code please? Would really love to work on this!
@kangax aside from being able to see the modifier, I am unsure what sort of debugging functionality you are looking for? In the case of the `css-transition` modifier, it is...
@chancancode @pzuraq @rwjblue any thoughts on how supporting modifiers might look? I'm having a hard time wrapping my head around how this feature might function.
@lifeart how exactly would you like this feature to work?
@lifeart would the slots be selectable? If so, what data would we show?
@roberkules inspector does not support engines, so that could be part of the problem for your case.
Sounds like the error is here https://github.com/emberjs/ember-inspector/blob/47138779d4f6c559bda90a0e53df5838ac6da446/ember_debug/libs/capture-render-tree.js#L207 @chancancode do we need to make that `if (template && template.meta)`?
Engines are not currently supported
@steventsao yeah, I suppose they are basically the same ask, but this one does have some more context.
Looks good so far! Thanks for picking this up.